From efa8bff4bd6ff32d74f71daea3bef0703f6dd568 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 23 Oct 2017 18:52:30 +0000 Subject: [PATCH] Add missing import. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 9f84923a9f..a791e9e756 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -52,6 +52,7 @@ import dogpile.cache import requests import yaml from six import string_types +import fedora.client from fedora.client.fas2 import AccountSystem from requests.adapters import HTTPAdapter