20 lines
344 B
Python
20 lines
344 B
Python
|
# $Id: __init__.py 24 2006-12-18 20:23:12Z mspang $
|
||
|
"""
|
||
|
PyCSC - CSC Administrative Utilities
|
||
|
|
||
|
Member Management:
|
||
|
|
||
|
ceo - legacy ceo interface
|
||
|
|
||
|
Account Management:
|
||
|
|
||
|
ceo - legacy ceo interface
|
||
|
|
||
|
Modules:
|
||
|
|
||
|
admin - administrative code (member and account management)
|
||
|
backend - backend interface code
|
||
|
ui - user interface code
|
||
|
|
||
|
"""
|