Helpviewer/Passwords/PasswordReader.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 Helpviewer/Passwords/PasswordReader.py
--- a/Helpviewer/Passwords/PasswordReader.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/Passwords/PasswordReader.py	Fri Oct 18 23:00:41 2013 +0200
@@ -9,7 +9,8 @@
 
 from __future__ import unicode_literals    # __IGNORE_WARNING__
 
-from PyQt4.QtCore import QXmlStreamReader, QIODevice, QFile, QCoreApplication, QUrl
+from PyQt4.QtCore import QXmlStreamReader, QIODevice, QFile, \
+    QCoreApplication, QUrl
 
 
 class PasswordReader(QXmlStreamReader):

eric ide

mercurial