summaryrefslogtreecommitdiff
path: root/kpov_judge/instructions_extractor.py
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/instructions_extractor.py')
-rw-r--r--kpov_judge/instructions_extractor.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/kpov_judge/instructions_extractor.py b/kpov_judge/instructions_extractor.py
index f747c1a..cc622f9 100644
--- a/kpov_judge/instructions_extractor.py
+++ b/kpov_judge/instructions_extractor.py
@@ -1,9 +1,7 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import glob
-import os.path
import os
-from bson.son import SON
import sys
def print_instructions(p, fname):
@@ -30,7 +28,6 @@ def print_instructions(p, fname):
print("")
except Exception as e:
print(e)
- pass
if __name__ == '__main__':
l = glob.glob(sys.argv[1])