* moved more generic code into `common` package
authorYang Zhang <y_z@mit.edu>
Tue, 29 Jul 2008 05:35:57 +0000 (01:35 -0400)
committerYang Zhang <y_z@mit.edu>
Tue, 29 Jul 2008 05:35:57 +0000 (01:35 -0400)
commit8bfea358c4a93a7c46efbefe0694036f38f390c4
tree8073cc56328cc83952b15aff83141f846977b57b
parenta9a55ac12591f50bcac8b2b995c05c4ae1a75950
  * moved more generic code into `common` package
  * silently fail if cache fails
  * load the configuration on module load
  * produce a struct-based representation of the configuration
  * allowing full exception messages for OSErrors (default behavior)
  * added some dependencies specs

svn path=/trunk/packages/sipb-xen-base/; revision=778
debian/control
files/usr/sbin/invirt-getconf
files/usr/share/python-support/sipb-xen-base/invirt/common.py [new file with mode: 0644]
files/usr/share/python-support/sipb-xen-base/invirt/config.py