chiark / gitweb /
fix python incompatibilities
[moebius3.git] / meshscad
index 55bced70f5da7c4205b89d90826505566408b5c3..ad3194929243001d5942498650ceee7216fe159d 100755 (executable)
--- a/meshscad
+++ b/meshscad
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 from __future__ import print_function
 
@@ -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