diff --git a/milters/comment_email_milter.py b/milters/comment_email_milter.py index 1027a72..ca5237f 100644 --- a/milters/comment_email_milter.py +++ b/milters/comment_email_milter.py @@ -26,11 +26,8 @@ logq = Queue(maxsize=4) if 'PAGURE_CONFIG' not in os.environ \ and os.path.exists('/etc/pagure/pagure.cfg'): - print 'Using configuration file `/etc/pagure/pagure.cfg`' os.environ['PAGURE_CONFIG'] = '/etc/pagure/pagure.cfg' -sys.path.insert(0, os.path.expanduser('/srv/progit')) - import pagure