diff options
Diffstat (limited to 'src/leap/base/configuration.py')
-rw-r--r-- | src/leap/base/configuration.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/base/configuration.py b/src/leap/base/configuration.py index b0ab2bf2..243e2e2c 100644 --- a/src/leap/base/configuration.py +++ b/src/leap/base/configuration.py @@ -2,10 +2,10 @@ Configuration Base Class """ + class Configuration(object): """ - I have no idea how configuration (txt vs. sqlite) will be done, but let's stub it now. + I have no idea how configuration + (txt vs. sqlite) will be done, but let's stub it now. """ pass - - |