DocumentationTools/Config.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
diff -r f3428ddd577c -r 861e1741985c DocumentationTools/Config.py
--- a/DocumentationTools/Config.py	Thu Nov 12 19:17:05 2015 +0100
+++ b/DocumentationTools/Config.py	Fri Nov 13 22:52:26 2015 +0100
@@ -7,8 +7,6 @@
 Module defining different default values for the documentation tools package.
 """
 
-from __future__ import unicode_literals
-
 # the default colors for the eric6 documentation generator
 eric6docDefaultColors = {
     'BodyColor': '#000000',
@@ -34,3 +32,6 @@
     'LinkColor': 'link-color',
 
 }
+
+#
+# eflag: noqa = M702

eric ide

mercurial