summaryrefslogtreecommitdiffstats
path: root/lib/bb/COW.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/COW.py
parent667bf5b303718f604afa06a3f2f5f7608005c096 (diff)
downloadbitbake-531c2f77e305c229d39d0390896ee56da59ca6de.tar.gz
[bb] Remove unused imports reported by pyflakes
Diffstat (limited to 'lib/bb/COW.py')
-rw-r--r--lib/bb/COW.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/COW.py b/lib/bb/COW.py
index 5db41776e..ca206cf4b 100644
--- a/lib/bb/COW.py
+++ b/lib/bb/COW.py
@@ -23,8 +23,6 @@
# Assign a file to __warn__ to get warnings about slow operations.
#
-from inspect import getmro
-
import copy
import types
types.ImmutableTypes = tuple([ \