From 451189d369f6661a67a1692945e68b5128cb9a65 Mon Sep 17 00:00:00 2001 From: antialias Date: Thu, 16 Aug 2012 16:06:53 -0700 Subject: Cleaned up files and file names using the PEP 8 style guide. --- src/leap/base/configuration.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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 new file mode 100644 index 00000000..b0ab2bf2 --- /dev/null +++ b/src/leap/base/configuration.py @@ -0,0 +1,11 @@ +""" +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