chiark / gitweb /
fix python incompatibilities
[moebius3.git] / meshscad
index c3aebc293962db65ddd067c61e9501e745b58bcd..ad3194929243001d5942498650ceee7216fe159d 100755 (executable)
--- a/meshscad
+++ b/meshscad
@@ -20,6 +20,9 @@ nv = 200
 nw = 200
 ns = 4 # around tube, should be even
 
+from moedebug import *
+dbg_file(sys.stderr)
+
 nv += -nv % kv
 nw += -nw % kw