From ae64232f5edbb71cbe871a7ae9c76c1839654795 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 23 Aug 2012 23:22:36 +0900 Subject: 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. --- src/leap/base/configuration.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/leap/base/configuration.py (limited to 'src/leap/base/configuration.py') 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 -- cgit v1.2.3