Browse Source

Add missing import

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
0c51995ed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagure-ev/pagure_stream_server.py

+ 1 - 1
pagure-ev/pagure_stream_server.py

@@ -41,7 +41,7 @@ if 'PAGURE_CONFIG' not in os.environ \
 
 import pagure  # noqa: E402
 import pagure.lib.query  # noqa: E402
-from pagure.exceptions import PagureEvException  # noqa: E402
+from pagure.exceptions import PagureException, PagureEvException  # noqa: E402
 
 SERVER = None
 SESSION = None