Tox fixes, and catching a few things lost in the merge.
This commit is contained in:
@@ -159,7 +159,6 @@ class HandledModuleList(HandledList):
|
||||
dummy.position = index
|
||||
self[index] = dummy
|
||||
|
||||
|
||||
def toModule(self, index, mod):
|
||||
mod.position = index
|
||||
self[index] = mod
|
||||
|
||||
@@ -39,6 +39,9 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ImplantLocation(Enum):
|
||||
def __init__(self):
|
||||
Enum.__init__(self)
|
||||
|
||||
FIT = 0
|
||||
CHARACTER = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user