summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-08-28 18:17:31 +0000
committerRalph Bean <rbean@redhat.com>2017-08-28 18:17:31 +0000
commit2f623869415a537ec063ed54258ac14e93b11e32 (patch)
treeb1a63f08df933970cfb45ac386e22749012783d5
parent88fc4617fc7f35c5c9e38ebe9c9f4754a56da996 (diff)
downloadansible-2f623869415a537ec063ed54258ac14e93b11e32.tar.gz
ansible-2f623869415a537ec063ed54258ac14e93b11e32.tar.xz
ansible-2f623869415a537ec063ed54258ac14e93b11e32.zip
Add missing import.
-rw-r--r--roles/bodhi2/backend/files/koji-sync-listener.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py b/roles/bodhi2/backend/files/koji-sync-listener.py
index b7219988b..825674d8f 100644
--- a/roles/bodhi2/backend/files/koji-sync-listener.py
+++ b/roles/bodhi2/backend/files/koji-sync-listener.py
@@ -12,6 +12,7 @@ import subprocess as sp
import sys
import fedmsg
+import fedmsg.meta
def handle(content):