test/bind.py
changeset 9 2156906bfbf1
parent 7 0f9cae2d7147
equal deleted inserted replaced
8:46d36bc33086 9:2156906bfbf1
     1 #!/usr/bin/env python2.5
     1 #!/usr/bin/env python2.5
     2 """
     2 """
     3     Test bind_conf
     3     Test bind_conf
     4 """
     4 """
     5 
     5 
     6 import bind_conf as bindc
     6 from pvl.config.bind import zone
     7 import test_conf, addr
     7 from pvl.config import addr
       
     8 from . import conf
     8 
     9 
     9 import unittest
    10 import unittest
    10 
    11 
    11 class TestBINDConf (test_conf._TestConfBase) :
    12 class TestBINDConf (test_conf._TestConfBase) :
    12     def test_comment (self) :
    13     def test_comment (self) :