Helpviewer/Download/DownloadUtilities.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Helpviewer/Download/DownloadUtilities.py
--- a/Helpviewer/Download/DownloadUtilities.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Helpviewer/Download/DownloadUtilities.py	Fri Mar 11 16:51:57 2011 +0100
@@ -5,6 +5,7 @@
 
 from PyQt4.QtCore import QCoreApplication
 
+
 def timeString(timeRemaining):
     """
     Module function to format the given time.
@@ -25,6 +26,7 @@
     
     return remaining
 
+
 def dataString(size):
     """
     Module function to generate a formatted size string.

eric ide

mercurial