Move import/export facilities to their own folder

This commit is contained in:
DarkPhoenix
2018-08-28 19:00:39 +03:00
parent 3faa57f39a
commit 0a47fba107
7 changed files with 6 additions and 5 deletions

2
service/port/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .efs import EfsPort
from .port import Port, IPortUser

View File

@@ -51,7 +51,7 @@ from utils.strfunctions import sequential_rep, replace_ltgt
from abc import ABCMeta, abstractmethod
from service.esi import Esi
from service.eftPort import EftPort, SLOT_ORDER as EFT_SLOT_ORDER
from service.port.eft import EftPort, SLOT_ORDER as EFT_SLOT_ORDER
from collections import OrderedDict