summaryrefslogtreecommitdiff
path: root/app-admin/webapp-config/files/webapp-config-1.51-fix-indentation.patch
blob: 27a11aa83372e9010082bde67621050ac404ea4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 1bc28049300625a3b24a632e2aacb5776937c19b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20R=C3=BCger?= <mrueg@gentoo.org>
Date: Tue, 6 Aug 2013 03:59:31 +0200
Subject: [PATCH] WebappConfig/config.py: fix indentation

---
 WebappConfig/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'):
-- 
1.8.1.5