projects
/
zonemaker.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add DKIM helper
[zonemaker.git]
/
db.example.com.py
diff --git
a/db.example.com.py
b/db.example.com.py
index ad8f957db3bc1e69d763ce0a2cff9777303440c7..dc34985655ddd8aab7219bdc3490d47758074ec1 100644
(file)
--- a/
db.example.com.py
+++ b/
db.example.com.py
@@
-1,4
+1,4
@@
-from zone
maker.zone
import *
+from zone import *
# Our IP addresses; we have machine one and machine two.
one4 = A("172.16.254.1") # for each record type, there's a corresponding class with the same name