From e56d845f172844b9aa9f06ae40eae8f715be9201 Mon Sep 17 00:00:00 2001 From: Christoph Wintersteiger Date: Mon, 13 Oct 2014 10:25:31 +0000 Subject: [PATCH] windows fix --- python/csg.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/csg.py b/python/csg.py index 4b69e2f9..8eee7745 100644 --- a/python/csg.py +++ b/python/csg.py @@ -9,12 +9,11 @@ if __platform.startswith('linux') or __platform.startswith('darwin'): if __platform.startswith('win'): # Windows from nglib.csg import * - from nglib.csgvis import * + import nglib.csgvis as csgvis + from nglib.csgvis import MouseMove from nglib.meshing import * - - CSGeometry.VS = csgvis.VS del csgvis