Corrected a code style issue.

Sat, 13 Jun 2015 18:18:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 13 Jun 2015 18:18:39 +0200
changeset 4277
b4b10e89e247
parent 4275
3bed5f74d328
child 4279
66b5f61b962d

Corrected a code style issue.

eric6.py file | annotate | diff | comparison | revisions
--- a/eric6.py	Sat Jun 13 12:31:57 2015 +0200
+++ b/eric6.py	Sat Jun 13 18:18:39 2015 +0200
@@ -20,7 +20,7 @@
 restartArgs = [arg for arg in sys.argv[1:]
                if arg.split("=", 1)[0] in restartArgsList]
 
-import Toolbox.PyQt4ImportHook  # __IGNORE_WARNING__ 
+import Toolbox.PyQt4ImportHook  # __IGNORE_WARNING__
 
 try:  # Only for Py2
     import StringIO as io   # __IGNORE_EXCEPTION__

eric ide

mercurial