projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd074e
)
startime is set up in treewalk, so no need to do it globally...
author
Alec Warner
<antarus@gentoo.org>
Sat, 23 Dec 2006 06:00:24 +0000
(06:00 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Sat, 23 Dec 2006 06:00:24 +0000
(06:00 -0000)
svn path=/main/trunk/; revision=5362
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 35cdbdc6ac5fab858dcb7177fa117c485bbd3f3c..39faab6f2244fba373cc57d875fde3addbfa471d 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-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."""