summaryrefslogtreecommitdiffstats
path: root/bin/oe/parse/__init__.py
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-30 19:51:21 +0000
committerChris Larson <clarson@kergoth.com>2003-06-30 19:51:21 +0000
commit63720964a92edea2bd5f31d9d78ce413ade5d301 (patch)
tree9e09a40692e88bd64bc0ca2d8d40f0ce8e6bc96d /bin/oe/parse/__init__.py
parent205ed03f656bce365c1dd590a83fd135bbca2188 (diff)
downloadbitbake-63720964a92edea2bd5f31d9d78ce413ade5d301.tar.gz
Add src.rpm handler
Diffstat (limited to 'bin/oe/parse/__init__.py')
-rw-r--r--bin/oe/parse/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oe/parse/__init__.py b/bin/oe/parse/__init__.py
index 8ff357452..ce48b543f 100644
--- a/bin/oe/parse/__init__.py
+++ b/bin/oe/parse/__init__.py
@@ -15,6 +15,7 @@ handlers = []
import ConfHandler
import OEHandler
+import SRPMHandler
def supports(fn):
"""Returns true if we have a handler for this file, false otherwise"""