summaryrefslogtreecommitdiffstats
path: root/bin/oe/parse/__init__.py
diff options
context:
space:
mode:
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"""