summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 1f4f22286..0963037b9 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -379,9 +379,6 @@ def compareNetDevices(first, second):
def resetResolv():
return _isys.resetresolv()
-def getDeviceByToken(token, value):
- return _isys.getdevicebytoken(token, value)
-
def readFSUuid(device):
if not os.path.exists(device):
device = "/dev/%s" % device