summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-08-06 03:59:31 +0200
committerAnthony G. Basile <blueness@gentoo.org>2013-08-06 08:30:59 -0400
commit04f4db803893c4bc10f5121af7f80f9cb6e9bf3c (patch)
tree455897db6d5f835835dd8e83bb88f4b43883d8d0
parentBump to version 1.51 (diff)
downloadwebapp-config-04f4db803893c4bc10f5121af7f80f9cb6e9bf3c.tar.gz
webapp-config-04f4db803893c4bc10f5121af7f80f9cb6e9bf3c.tar.bz2
webapp-config-04f4db803893c4bc10f5121af7f80f9cb6e9bf3c.zip
WebappConfig/config.py: fix indentation
X-Gentoo-Bug: 479884 X-Gentoo-Bug-URL: https://bugs.gentoo.org/479884 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--WebappConfig/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index bf55d1e..bb86a55 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -962,7 +962,7 @@ class Config:
OUT.die('You need to specify at least the application you'
' would like to handle!')
else:
- return self.config.get('USER', 'pn')
+ return self.config.get('USER', 'pn')
def check_version_set(self):
if not self.config.has_option('USER', 'pvr'):