From e9cda85e9b1a9bed91c1c38de055d0ab801fe33f Mon Sep 17 00:00:00 2001 From: doomchild Date: Tue, 29 Mar 2011 10:09:34 -0500 Subject: [PATCH] no need to import everything in dftypes --- dfhack-python/constructions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfhack-python/constructions.py b/dfhack-python/constructions.py index fea93ee0b..f822a54fa 100644 --- a/dfhack-python/constructions.py +++ b/dfhack-python/constructions.py @@ -1,5 +1,5 @@ -from ctypes import * -from dftypes import * +from ctypes import c_uint, byref +from dftypes import libdfhack, Construction class Constructions(object): def __init__(self, ptr):