summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 81f72887c..5172b25af 100755
--- a/gui.py
+++ b/gui.py
@@ -21,13 +21,14 @@ import sys
import parted
import gtk
import htmlbuffer
-from rhpl.translate import _, N_, utf8
from language import expandLangs
from splashscreen import splashScreenPop
-from log import log
from flags import flags
from constants import *
+from rhpl.log import log
+from rhpl.translate import _, N_, utf8
+
StayOnScreen = "stayOnScreen"
mainWindow = None