From d3a37a630fe0f8355ec76a007801b3b0cb01bfc2 Mon Sep 17 00:00:00 2001 From: kali Date: Tue, 21 Aug 2012 01:18:29 +0900 Subject: pep8 cleaning --- src/leap/base/configuration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/leap/base/configuration.py') 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 - - -- cgit v1.2.3