install.py

changeset 6360
73033fa6a99c
parent 6347
bcca9eba56a1
child 6364
6a496f0886ad
--- a/install.py	Wed Jun 20 18:45:07 2018 +0200
+++ b/install.py	Wed Jun 20 18:48:44 2018 +0200
@@ -1275,7 +1275,7 @@
     
     try:
         import xml.etree            # __IGNORE_WARNING__
-    except ImportError as msg:
+    except ImportError:
         print('Your Python installation is missing the XML module.')
         print('Please install it and try again.')
         exit(5)

eric ide

mercurial