Utilities/py3flakes/messages.py

branch
Py2 comp.
changeset 3065
070b35dde35e
parent 3058
0a02c433f52d
child 3161
06f57a834adf
diff -r 1c0ea3a87390 -r 070b35dde35e Utilities/py3flakes/messages.py
--- a/Utilities/py3flakes/messages.py	Sun Nov 03 16:23:07 2013 +0100
+++ b/Utilities/py3flakes/messages.py	Tue Nov 05 22:23:38 2013 +0100
@@ -11,6 +11,7 @@
 Module implementing the messages for py3flakes.
 """
 
+
 def QT_TRANSLATE_NOOP(mod, txt):
     """
     Function to tell 'lupdate' which strings to keep for translation.
@@ -164,7 +165,8 @@
     """
     Class defining the "Undefined Export" message.
     """
-    message = QT_TRANSLATE_NOOP('py3Flakes', 
+    message = QT_TRANSLATE_NOOP(
+        'py3Flakes',
         'Undefined name {0!r} in __all__.')
     
     def __init__(self, filename, lineno, name):

eric ide

mercurial