changeset 8669 | 62213a34726e |
parent 7644 | 7a0914469618 |
child 8828 | 1437c47925c3 |
--- a/etwist/twconfig.py Thu Jan 10 23:05:45 2013 +0100 +++ b/etwist/twconfig.py Mon Jan 21 18:01:25 2013 +0100 @@ -115,7 +115,6 @@ class AllInOneConfiguration(TwistedConfiguration, ServerConfiguration): """repository and web instance in the same twisted process""" name = 'all-in-one' - repo_method = 'inmemory' options = merge_options(TwistedConfiguration.options + ServerConfiguration.options)