*** empty log message ***
[pli.git] / pli / pattern / proxy / __init__.py
blob09b45c491e35606f078c654422be54cd7eeea76e
1 #=======================================================================
3 __version__ = '''0.0.01'''
4 __sub_version__ = '''20040911205058'''
5 __copyright__ = '''(c) Alex A. Naanou 2003'''
8 #-----------------------------------------------------------------------
10 from generic import *
11 ##from aclproxy import *
12 # legacy support...
13 from callproxy import *
14 ##from objselfproxy import *
18 #=======================================================================
19 # vim:set ts=4 sw=4 nowrap :