aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-16 21:57:34 +0200
committerPapoteur <papoteur@mageia.org>2018-10-16 21:57:34 +0200
commit77d11d196193754d596ec4919d02eb1170425d74 (patch)
tree5b5601740d06309be215d64435cd1603d4391220 /lib
parent3b6eef57db6e8dec1b0cc64ebe5de81039051bb5 (diff)
downloadisodumper-77d11d196193754d596ec4919d02eb1170425d74.tar
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.gz
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.bz2
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.xz
isodumper-77d11d196193754d596ec4919d02eb1170425d74.zip
1.031.03
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 4262c3b..d1d1e1c 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -112,6 +112,8 @@ class Info(object):
class IsoDumper(object):
+ RELEASE="v1.03"
+
def get_devices(self):
self.list=self.u.find_devices()
while len(self.list)==0:
@@ -425,7 +427,6 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v1.02"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))