summaryrefslogtreecommitdiff
path: root/mainApp.py
diff options
context:
space:
mode:
Diffstat (limited to 'mainApp.py')
-rw-r--r--mainApp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainApp.py b/mainApp.py
index 78bbd98..e2328dd 100644
--- a/mainApp.py
+++ b/mainApp.py
@@ -47,7 +47,7 @@ class MainApp(QMainWindow,ui):
self.thrd = None
# Creating instances of classes for the main app
- self.container = Container.Container(self.textBrowser, self.graphicsView)
+ self.container = Container(self.textBrowser, self.graphicsView)
self.comp = ComponentSelector(self)
# Setting up interactive canvas