aboutsummaryrefslogtreecommitdiffstats
path: root/lib/isodumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-xlib/isodumper.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 0242527..38a41a4 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -35,14 +35,8 @@ imp.reload(sys)
# imports #
###########
import yui
-#import locale
import time
-####################################
-# LOCALE (important for TERMINAL!) #
-####################################
-# set the locale to de/utf-8
-#locale.setlocale(locale.LC_ALL, "")
#log = yui.YUILog.instance()
#log.setLogFileName("isodumper.log")
#log.enableDebugLogging( True )
@@ -448,7 +442,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
#TODO Read log level from command line
- # define size of the selected device
+ # define size of the selected device
self.deviceSize=0
# Operation running
@@ -587,7 +581,6 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
format_label = label.value()
break
if event.widget() == cancelbt:
- #self.restore()
returncode = False
break
dialog.destroy()