disable typing
authorRalf Jung <post@ralfj.de>
Tue, 11 Nov 2014 10:09:07 +0000 (11:09 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 11 Nov 2014 10:09:07 +0000 (11:09 +0100)
zone-maker
zonemaker/zone.py

index 336a7101123001075b4706c13db32d02a9533318..676bf9c1a8559e73040a2f1cb088f7d8acf1972f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 import sys, os
 from zonemaker.zone import Zone
-import typing
+#import typing
 
 def load_module(name, path, write_bytecode = False):
     import importlib.machinery
index d9c14e98afa7b56ec6ec4dd8f59c479a14948dcc..4da0906cb3bdb7490430689b929b65733326c2ea 100644 (file)
@@ -1,5 +1,5 @@
 import re, datetime
-import typing
+#from typing import *
 
 
 second = 1