From b03f666bf527c4cfcf452bb96434126f9800b8d9 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Fri, 31 Jan 2020 12:52:10 +0100 Subject: WIP: Make it work with Python 3.7 packaing --- cura_app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cura_app.py') diff --git a/cura_app.py b/cura_app.py index 5184a5ab8b..d1f7ad1c46 100755 --- a/cura_app.py +++ b/cura_app.py @@ -171,6 +171,7 @@ else: # tries to create PyQt objects on a non-main thread. import Arcus #@UnusedImport import Savitar #@UnusedImport + from cura.CuraApplication import CuraApplication -- cgit v1.2.3