projects
/
zonemaker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f7e70
)
disable typing
author
Ralf Jung
<post@ralfj.de>
Tue, 11 Nov 2014 10:09:07 +0000
(11:09 +0100)
committer
Ralf Jung
<post@ralfj.de>
Tue, 11 Nov 2014 10:09:07 +0000
(11:09 +0100)
zone-maker
patch
|
blob
|
history
zonemaker/zone.py
patch
|
blob
|
history
diff --git
a/zone-maker
b/zone-maker
index 336a7101123001075b4706c13db32d02a9533318..676bf9c1a8559e73040a2f1cb088f7d8acf1972f 100755
(executable)
--- a/
zone-maker
+++ b/
zone-maker
@@
-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
diff --git
a/zonemaker/zone.py
b/zonemaker/zone.py
index d9c14e98afa7b56ec6ec4dd8f59c479a14948dcc..4da0906cb3bdb7490430689b929b65733326c2ea 100644
(file)
--- a/
zonemaker/zone.py
+++ b/
zonemaker/zone.py
@@
-1,5
+1,5
@@
import re, datetime
-import typing
+#from typing import *
second = 1