diff options
author | Papoteur <papoteur@mageia.org> | 2019-07-28 13:42:44 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-07-28 13:42:44 +0200 |
commit | c9986c173cf76e57d7a23a7d51e942035b5c7f87 (patch) | |
tree | 84386400260fe4e8869733cecd36c9f90be0e35b | |
parent | 53a445b5c5dd1a4137402213e6de45297887db85 (diff) | |
download | isodumper-c9986c173cf76e57d7a23a7d51e942035b5c7f87.tar isodumper-c9986c173cf76e57d7a23a7d51e942035b5c7f87.tar.gz isodumper-c9986c173cf76e57d7a23a7d51e942035b5c7f87.tar.bz2 isodumper-c9986c173cf76e57d7a23a7d51e942035b5c7f87.tar.xz isodumper-c9986c173cf76e57d7a23a7d51e942035b5c7f87.zip |
Cleaning
-rwxr-xr-x | lib/isodumper.py | 9 |
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() |