[mirrorbrain-commits] [opensuse-svn] r7584 - trunk/tools/download-redirector-v2/mirrordoctor/mb

From: Novell Forge SVN <noreply_at_novell.com>
Date: Mon, 22 Jun 2009 16:35:58 -0600 (MDT)
Author: poeml
Date: 2009-06-22 16:35:56 -0600 (Mon, 22 Jun 2009)
New Revision: 7584

Modified:
   trunk/tools/download-redirector-v2/mirrordoctor/mb/util.py
Log:
mb scan:
- cleanup of commented stuff forgotten before last commit.


Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/util.py
===================================================================
--- trunk/tools/download-redirector-v2/mirrordoctor/mb/util.py	2009-06-22 22:28:32 UTC (rev 7583)
+++ trunk/tools/download-redirector-v2/mirrordoctor/mb/util.py	2009-06-22 22:35:56 UTC (rev 7584)
_at_@ -1,6 +1,9 @@
 import sys, os
+import time
 
+t_start = 0
 
+
 class Afile:
     """represent a file, found during scanning"""
     def __init__(self, name, size, mtime=0, path=0):
_at_@ -106,14 +109,12 @@
             else:
                 pass
 
-import time
 
-t_start = 0
-#_at_staticmethod
 def timer_start():
     global t_start
     t_start = time.time()
 
+
 def timer_elapsed():
     global t_start
 

_______________________________________________
Opensuse-svn mailing list
Opensuse-svn_at_forge.novell.com
http://forge.novell.com/mailman/listinfo/opensuse-svn


_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Mon Jun 22 2009 - 22:36:24 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT