startime is set up in treewalk, so no need to do it globally...
authorAlec Warner <antarus@gentoo.org>
Sat, 23 Dec 2006 06:00:24 +0000 (06:00 -0000)
committerAlec Warner <antarus@gentoo.org>
Sat, 23 Dec 2006 06:00:24 +0000 (06:00 -0000)
svn path=/main/trunk/; revision=5362

pym/portage.py

index 35cdbdc6ac5fab858dcb7177fa117c485bbd3f3c..39faab6f2244fba373cc57d875fde3addbfa471d 100644 (file)
@@ -271,8 +271,6 @@ def listdir(mypath, recursive=False, filesonly=False, ignorecvs=False, ignorelis
 
        return rlist
 
-starttime=long(time.time())
-
 def flatten(mytokens):
        """this function now turns a [1,[2,3]] list into
        a [1,2,3] list and returns it."""