fixed syntax error in python 2.7

This commit is contained in:
Frank Morgner
2021-04-28 17:56:06 +02:00
parent a053f1aecd
commit 4658f86108

View File

@@ -370,7 +370,7 @@ class Iso7816OS(SmartcardOS):
self.mf.current = self.mf
def loadMitMFromPath(path: str):
def loadMitMFromPath(path):
from importlib import import_module
from pathlib import Path
def onNth(tup,ind,func):