diff options
author | kali <kali@leap.se> | 2012-08-23 23:22:36 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-23 23:25:10 +0900 |
commit | ae64232f5edbb71cbe871a7ae9c76c1839654795 (patch) | |
tree | 0a74ced95905bc707545725441cfbc2e937104ba /src/leap/base/configuration.py | |
parent | 1da2cf6bbc64bfc624ea6fed9beb83d301f308d1 (diff) |
base config and json-config
an initial attempt at stablishing base classes
for config. we go with a jsonconfig by now, and
will switch to a different storage backend in near
future.
things will surely be broken at this state;
i'm splitting work on different commits.
Diffstat (limited to 'src/leap/base/configuration.py')
-rw-r--r-- | src/leap/base/configuration.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/leap/base/configuration.py b/src/leap/base/configuration.py deleted file mode 100644 index 243e2e2c..00000000 --- a/src/leap/base/configuration.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -Configuration Base Class -""" - - -class Configuration(object): - """ - I have no idea how configuration - (txt vs. sqlite) will be done, but let's stub it now. - """ - pass |