4357. [func] Add the python RNDC module. [RT #42093]

This commit is contained in:
Witold Krecicki
2016-05-05 11:33:47 +02:00
parent 08e36aa5a5
commit dc2a4887c4
5 changed files with 205 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
__all__ = ['checkds', 'coverage', 'keymgr', 'dnskey', 'eventlist',
'keydict', 'keyevent', 'keyseries', 'keyzone', 'policy',
'parsetab', 'utils']
'parsetab', 'rndc', 'utils']
from isc.dnskey import *
from isc.eventlist import *
@@ -25,4 +25,5 @@ from isc.keyevent import *
from isc.keyseries import *
from isc.keyzone import *
from isc.policy import *
from isc.rndc import *
from isc.utils import *