X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=test.py;h=a1be5d9649640e1546598691bcac04f0e0fbd590;hb=854591cd142e1d31ece785bd540a2905b2792722;hp=d6ea6886a40069c0fefea39015200dab2b8f5ffc;hpb=4f34b5fb9673fd9286019c6791299fcf93717851;p=pynsc.git diff --git a/test.py b/test.py index d6ea688..a1be5d9 100755 --- a/test.py +++ b/test.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 from example import nsc -import example.example_org +import nsconfig.cli -nsc.fill_reverse() -nsc.dump() +nsconfig.cli.main(nsc)