summaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-05-11 06:13:07 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-05-11 06:13:07 +0000
commit531c2f77e305c229d39d0390896ee56da59ca6de (patch)
tree7010a8bad14d5409d4a0fcea433916a3547a6e1a /lib/bb/data.py
parent667bf5b303718f604afa06a3f2f5f7608005c096 (diff)
downloadbitbake-531c2f77e305c229d39d0390896ee56da59ca6de.tar.gz
[bb] Remove unused imports reported by pyflakes
Diffstat (limited to 'lib/bb/data.py')
-rw-r--r--lib/bb/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/data.py b/lib/bb/data.py
index dc9676765..981b0b218 100644
--- a/lib/bb/data.py
+++ b/lib/bb/data.py
@@ -37,7 +37,7 @@ the speed is more critical here.
#
#Based on functions from the base bb module, Copyright 2003 Holger Schurig
-import sys, os, re, time, types
+import sys, os, re, types
if sys.argv[0][-5:] == "pydoc":
path = os.path.dirname(os.path.dirname(sys.argv[1]))
else: