From 59751aae3a02fa3d03f020745c1fcc137066d2ad Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Apr 11 2016 19:39:19 +0000 Subject: Added missing import in tickets hook --- diff --git a/pagure/hooks/files/pagure_hook_tickets.py b/pagure/hooks/files/pagure_hook_tickets.py index 240b4fe..08b8b53 100755 --- a/pagure/hooks/files/pagure_hook_tickets.py +++ b/pagure/hooks/files/pagure_hook_tickets.py @@ -17,7 +17,7 @@ if 'PAGURE_CONFIG' not in os.environ \ and os.path.exists('/etc/pagure/pagure.cfg'): os.environ['PAGURE_CONFIG'] = '/etc/pagure/pagure.cfg' - +import pagure import pagure.lib.git