no need to import everything in dftypes

develop
doomchild 2011-03-29 10:09:34 -05:00
parent 3e335c4b7b
commit e9cda85e9b
1 changed files with 2 additions and 2 deletions

@ -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):