# there seems to be another package that might be used to do similar stuff
# python-configglue - Glues together optparse.OptionParser and ConfigParser.ConfigParser
# additionally argumentparser would probably be the way to go, notwithstanding
-import cfgparse
+# xxx Moving this into the parse method so this module can at least be imported
+#import cfgparse
from manifold.util.singleton import Singleton
# get defaults too
# Initialize options to default values
+ import cfgparse
cfg = cfgparse.ConfigParser()
cfg.add_optparse_help_option(self._opt)