test/bind.py
changeset 9 2156906bfbf1
parent 7 0f9cae2d7147
--- a/test/bind.py	Sun Jul 12 02:14:08 2009 +0300
+++ b/test/bind.py	Sun Jul 12 02:14:34 2009 +0300
@@ -3,8 +3,9 @@
     Test bind_conf
 """
 
-import bind_conf as bindc
-import test_conf, addr
+from pvl.config.bind import zone
+from pvl.config import addr
+from . import conf
 
 import unittest