Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 25 lines 857 B view raw
1diff --git a/gixy/core/sre_parse/sre_parse.py b/gixy/core/sre_parse/sre_parse.py 2index df69044..f90c795 100644 3--- a/gixy/core/sre_parse/sre_parse.py 4+++ b/gixy/core/sre_parse/sre_parse.py 5@@ -14,7 +14,7 @@ from __future__ import print_function 6 7 """Internal support module for sre""" 8 9-from sre_constants import * 10+from gixy.core.sre_parse.sre_constants import * 11 12 SPECIAL_CHARS = ".\\[{()*+?^$|" 13 REPEAT_CHARS = "*+?{" 14diff --git a/tests/plugins/test_simply.py b/tests/plugins/test_simply.py 15index 1a33c63..7d5a32f 100644 16--- a/tests/plugins/test_simply.py 17+++ b/tests/plugins/test_simply.py 18@@ -5,6 +5,7 @@ from os import path 19 import json 20 21 from ..utils import * 22+from gixy.formatters.base import BaseFormatter 23 from gixy.core.manager import Manager as Gixy 24 from gixy.core.plugins_manager import PluginsManager 25 from gixy.core.config import Config