We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcde19 commit 44e2c4cCopy full SHA for 44e2c4c
viscm/__init__.py
@@ -1,3 +1,5 @@
1
# This file is part of pycam02ucs
2
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
3
# See file LICENSE.txt for license information.
4
+
5
+from .gui import viscm, viscm_editor
viscm/__main__.py
@@ -3,7 +3,6 @@
# Copyright (C) 2015 Stefan van der Walt <stefanv@berkeley.edu>
6
-if __name__ == "__main__":
7
- import sys
8
- from .viscm import main
9
- main(sys.argv[1:])
+import sys
+from .gui import main
+main(sys.argv[1:])
viscm/viscm.py renamed to viscm/gui.py
0 commit comments