diff options
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 015c3a70e..d860e052d 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -39,6 +39,7 @@ import json import xmlrpclib import codecs import smtplib +import traceback import multiprocessing.pool from math import ceil try: |