diff options
| author | Ralph Bean <rbean@redhat.com> | 2013-08-06 01:45:22 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2013-08-06 01:45:22 +0000 |
| commit | fcb24a897c750c769f1c9a34bc5e1cdf830a0046 (patch) | |
| tree | d958fd45fc8ec06d45bee8f62c0245b491010343 /callback_plugins | |
| parent | 8e3bf3f0d6c6ca5385186aaf6ae9957bb3814e07 (diff) | |
| download | ansible-fcb24a897c750c769f1c9a34bc5e1cdf830a0046.tar.gz ansible-fcb24a897c750c769f1c9a34bc5e1cdf830a0046.tar.xz ansible-fcb24a897c750c769f1c9a34bc5e1cdf830a0046.zip | |
Add forgotten import.
Diffstat (limited to 'callback_plugins')
| -rw-r--r-- | callback_plugins/fedmsg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/callback_plugins/fedmsg.py b/callback_plugins/fedmsg.py index 69d0f819d..13f40cf67 100644 --- a/callback_plugins/fedmsg.py +++ b/callback_plugins/fedmsg.py @@ -20,6 +20,7 @@ import os import pwd import fedmsg +import fedmsg.config def getlogin(): |
