bin/pvl.hosts-forward
changeset 458 600ad9eb6f25
child 475 a76571e27c6f
equal deleted inserted replaced
457:1e925a1cc8de 458:600ad9eb6f25
       
     1 #!/usr/bin/env python
       
     2 
       
     3 import pvl.hosts.zone
       
     4 import sys
       
     5 
       
     6 sys.exit(pvl.hosts.zone.forward_main())