Removed unused lib

pull/1/head
E. Almqvist 5 years ago
parent 121616b4cb
commit 0999d295d5
  1. 10
      lib/input.py

@ -1,10 +0,0 @@
import sys
def getValueOfKey(key): # get the value of an input key, example: -c {VALUE}
for i in sys.argv:
if( i == key ):
return sys.argv[sys.argv.index(key) + 1]
return -1 # if no value was found return -1
def inputHasKeys(keyList):
return all(key in sys.argv for key in keyList)
Loading…
Cancel
Save