From 18ee37d8fd8af16a23c7ad2a99f2c3001217771d Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 25 Aug 2018 19:30:48 +0300 Subject: [PATCH] Fix small oversight --- service/port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/port.py b/service/port.py index 1337825c8..810d9b919 100644 --- a/service/port.py +++ b/service/port.py @@ -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 +from service.eftPort import EftPort, SLOT_ORDER as EFT_SLOT_ORDER from collections import OrderedDict