diff options
author | kali <kali@leap.se> | 2012-11-12 22:01:44 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-12 22:01:44 +0900 |
commit | 654f3158707e6b89d1dfc15745a1b9f525ee81b9 (patch) | |
tree | 8da636874a5763d715b73c6a4fb3c9b67f3609f7 /src/leap/baseapp/mainwindow.py | |
parent | 50ae1a415698af8aaa2fbed186a9f05037a9bfd9 (diff) |
fix import path
Diffstat (limited to 'src/leap/baseapp/mainwindow.py')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index 2df99074..bd29e608 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -139,7 +139,7 @@ class LeapWindow(QtGui.QMainWindow, """ launches wizard and blocks """ - from leap.gui.firstrunwizard import FirstRunWizard + from leap.gui.firstrun.wizard import FirstRunWizard wizard = FirstRunWizard( self.conductor, parent=self, |