summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-29 20:49:48 +0000
committerbfox <bfox>2000-11-29 20:49:48 +0000
commit9acc288d23796912e44c3ce89fccbf7791d5a0f9 (patch)
treeb9c22c5671cb45559fe5a79bad4f866f1383e6f8 /gui.py
parente8a350f95a51625b8570c63905227189a4336d5c (diff)
downloadanaconda-9acc288d23796912e44c3ce89fccbf7791d5a0f9.tar.gz
anaconda-9acc288d23796912e44c3ce89fccbf7791d5a0f9.tar.xz
anaconda-9acc288d23796912e44c3ce89fccbf7791d5a0f9.zip
Removed a print statement
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 7ce517b49..b36545d56 100755
--- a/gui.py
+++ b/gui.py
@@ -27,7 +27,7 @@ if width >= 800:
print "Unable to load", file
#--Otherwise, use the old 640x480 one
else:
- print "In lowres mode..."
+# print "In lowres mode..."
try:
im = GdkImlib.Image ("/usr/share/anaconda/pixmaps/first-lowres.png")
except: