Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / utils / Lustre / __init__.py
1 __all__ = ["lustredb"]
2
3 from lustredb import LustreDB, LustreDB_XML, LustreDB_LDAP
4 from error import LconfError, OptionError
5 from cmdline import Options
6
7 CONFIG_VERSION="2003060501"