Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[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="2003070801"