Commit 3fd60861 authored by Christian Heimes's avatar Christian Heimes

set locale to default None to fix unit tests

parent bab0ec54
......@@ -86,6 +86,7 @@ class DefaultConfiguration:
self.dbtab = None
self.debug_mode = True
self.enable_product_installation = True
self.locale = None
# restructured text
default_enc = sys.getdefaultencoding()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment