diff options
author | bfox <bfox> | 2001-07-06 17:14:04 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-07-06 17:14:04 +0000 |
commit | 50819f9f49ca3e47387e6ecd866cf164a00c7955 (patch) | |
tree | ed0aa03d70c168c70562450f42a95d11800aecd9 /iw/welcome_gui.py | |
parent | a0453fe5ee541ba1f31e22771059e19f07e595ae (diff) | |
download | anaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.tar.gz anaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.tar.xz anaconda-50819f9f49ca3e47387e6ecd866cf164a00c7955.zip |
remove print statements
Diffstat (limited to 'iw/welcome_gui.py')
-rw-r--r-- | iw/welcome_gui.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py index 071e39d5e..aab534e1c 100644 --- a/iw/welcome_gui.py +++ b/iw/welcome_gui.py @@ -14,9 +14,7 @@ class WelcomeWindow (InstallWindow): ics.setGrabNext (1) def load_image(self, file): - print file try: - print ("/usr/share/anaconda/" + file) im = GdkImlib.Image("/usr/share/anaconda/" + file) except: try: |