Skip to content

Commit e1f405c

Browse files
committed
Run CSG without PyQt5
1 parent 37b48dc commit e1f405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
from core import (init_csg_db, validate, run_builtin_cmd, get_elements, get_lp,
2727
classify_geometry, render)
28-
from ui import ui_init
2928

3029

3130
VERSION = "v0.1-alpha.3"
@@ -44,6 +43,7 @@ def main():
4443
exit()
4544

4645
try:
46+
from ui import ui_init
4747
if len(argv) > 1:
4848
print("[!] Ignoring extra argument(s): ", ", ".join(argv[1:]))
4949

0 commit comments

Comments
 (0)