1#
2#
3
4__version__ = '1.2'
5
6from py.apipkg import initpkg
7
8initpkg(__name__, dict(
9    pylookup    = '.pylookup:main',
10    pycountloc  = '.pycountloc:main',
11    pycleanup   = '.pycleanup:main',
12    pywhich     = '.pywhich:main',
13    pysvnwcrevert = '.pysvnwcrevert:main',
14    pyconvert_unittest = '.pyconvert_unittest:main',
15))
16