Utilities/py3flakes/messages.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 2997
7f0ef975da9e
diff -r 84b65fb9e780 -r d133c7edd88a Utilities/py3flakes/messages.py
--- a/Utilities/py3flakes/messages.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Utilities/py3flakes/messages.py	Sun Sep 29 18:22:08 2013 +0200
@@ -7,6 +7,10 @@
 # This module is based on pyflakes for Python2 but was heavily hacked to
 # work with Python3 and Qt (translatable messages)
 
+"""
+Module implementing the messages for py3flakes.
+"""
+
 from PyQt4.QtCore import QCoreApplication
 
 

eric ide

mercurial