windows fix

This commit is contained in:
Christoph Wintersteiger 2014-10-13 10:25:31 +00:00
parent 139e0e82bf
commit e56d845f17

View File

@ -9,12 +9,11 @@ if __platform.startswith('linux') or __platform.startswith('darwin'):
if __platform.startswith('win'): if __platform.startswith('win'):
# Windows # Windows
from nglib.csg import * from nglib.csg import *
from nglib.csgvis import * import nglib.csgvis as csgvis
from nglib.csgvis import MouseMove
from nglib.meshing import * from nglib.meshing import *
CSGeometry.VS = csgvis.VS CSGeometry.VS = csgvis.VS
del csgvis del csgvis