diff options
Diffstat (limited to 'iot_barcode_scanner/static.py')
-rw-r--r-- | iot_barcode_scanner/static.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/iot_barcode_scanner/static.py b/iot_barcode_scanner/static.py deleted file mode 100644 index af76683..0000000 --- a/iot_barcode_scanner/static.py +++ /dev/null @@ -1,20 +0,0 @@ - - -"""Module to store static Data for the whole Package""" - - -CONFIG_PATH = "/etc/xengineering.eu/iot_barcode_scanner/config.json" - -KEYMAP = { - "KEY_0": "0", - "KEY_1": "1", - "KEY_2": "2", - "KEY_3": "3", - "KEY_4": "4", - "KEY_5": "5", - "KEY_6": "6", - "KEY_7": "7", - "KEY_8": "8", - "KEY_9": "9", - "KEY_ENTER": "\n", -} |