Skip to content

Commit 78f9530

Browse files
assists/domain_access: fix includes
Signed-off-by: Ben Levinsky <[email protected]>
1 parent d603ef4 commit 78f9530

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lopper/assists/domain_access.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
from io import StringIO
1919
import contextlib
2020
import importlib
21+
import copy
22+
from itertools import chain
23+
24+
sys.path.append(os.path.dirname(__file__))
25+
2126
from lopper import Lopper
2227
from lopper import LopperFmt
2328
from lopper.tree import LopperAction
2429
import lopper
2530
import lopper_lib
26-
from itertools import chain
27-
from lopper_lib import chunks
28-
import copy
2931
from lopper.log import _init, _warning, _info, _error, _debug
3032
import logging
31-
import subsystem
32-
import lopper.log
3333

3434
def is_compat( node, compat_string_to_test ):
3535
if re.search( "access-domain,domain-v1", compat_string_to_test):

0 commit comments

Comments
 (0)