add a couple of missing imports
- ID
c210ee8- date
2022-09-04 12:21:51+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b28df68- message
add a couple of missing imports- changed files
1 file, 2 additions
Changed files
measure.py (1235) → measure.py (1257)
diff --git a/measure.py b/measure.py
index aeaa733..b75c158 100755
--- a/measure.py
+++ b/measure.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+import json
+import os
import urllib.request