diff --git a/fallout.py b/fallout.py index 80435bc..4891659 100755 --- a/fallout.py +++ b/fallout.py @@ -4,7 +4,6 @@ import fallout_boot as boot import fallout_locked as locked import fallout_hack as hack import fallout_selection as select -#import fallout_things as things import fallout_data as data from fallout_functions import soundTest, isQueueEmpty, addSound from time import sleep diff --git a/fallout_things.py b/fallout_things.py deleted file mode 100644 index e69de29..0000000