diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-12-08 08:21:48 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-12-08 08:21:48 +0100 |
commit | 44e12e0ca10e4b643286560f3630bb993948e2fc (patch) | |
tree | 44457e97f85deebd7593b1f59b3a43e0ffd05015 /lib/isodumper.py | |
parent | ce1676ee092db853cf6b80d2496a43c1cf157edc (diff) | |
download | isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.gz isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.bz2 isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.xz isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.zip |
Adapt environment to python3
Diffstat (limited to 'lib/isodumper.py')
-rw-r--r-- | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index aa0168a..20dc0f6 100644 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -# Requires python-parted +# Requires python3-parted # ensure we're using the latest build, if called from our build environment import sys |