#!/usr/bin/python
# -*-Python-*-

import sys

try:
    import dtkmain
except:
    from PyritePublisher import dtkmain

dtkmain.main(sys.argv)
