1 #!/usr/bin/env python
2
3 import pvl.hosts.zone
4 import sys
5
6 sys.exit(pvl.hosts.zone.forward_main())