E5XML/Config.py

branch
6_1_x
changeset 4557
893c9f26a178
parent 4541
e8ddd9d76414
child 4631
5c1a96925da4
diff -r 31115c8c20fc -r 893c9f26a178 E5XML/Config.py
--- a/E5XML/Config.py	Sat Nov 07 15:54:09 2015 +0100
+++ b/E5XML/Config.py	Fri Nov 13 22:52:26 2015 +0100
@@ -7,8 +7,6 @@
 Module implementing some common configuration stuf for the XML package.
 """
 
-from __future__ import unicode_literals
-
 # version number of the multi project file
 multiProjectFileFormatVersion = "5.1"
 
@@ -38,3 +36,6 @@
 
 # version number of the highlighting styles file
 highlightingStylesFileFormatVersion = "4.3"
+
+#
+# eflag: noqa = M702

eric ide

mercurial