make zone.py top-level
[zonemaker.git] / db.example.com.py
index ad8f957db3bc1e69d763ce0a2cff9777303440c7..dc34985655ddd8aab7219bdc3490d47758074ec1 100644 (file)
@@ -1,4 +1,4 @@
-from zonemaker.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