fixed a typo...
[pli.git] / pli / dispatch / __init__.py
blobdd2b65ecc458f0d894e22ceba48202d06ca097cb
1 #=======================================================================
3 __version__ = '''0.0.01'''
4 __sub_version__ = '''20040909160351'''
5 __copyright__ = '''(c) Alex A. Naanou 2003'''
8 #-----------------------------------------------------------------------
10 # NOTE: this is here for backword compatibility and will be removed in
11 # the future...
12 from old import *
14 from dispatch import *
17 #=======================================================================
18 # vim:set ts=4 sw=4 nowrap :