Is this the problem? spec = getattr(config_module, config_key, None)() to this:
spec = getattr(config_module, config_key, None()) -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/29fedc37-2287-4d0a-8bd4-36115577611a%40googlegroups.com.
