aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-12-08 08:21:48 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-12-08 08:21:48 +0100
commit44e12e0ca10e4b643286560f3630bb993948e2fc (patch)
tree44457e97f85deebd7593b1f59b3a43e0ffd05015 /lib
parentce1676ee092db853cf6b80d2496a43c1cf157edc (diff)
downloadisodumper-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')
-rw-r--r--lib/isodumper.py2
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