summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-08-06 11:09:13 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-08-06 11:09:13 +0000
commita557c961e4d586ce675f2bda8050059bd9f7d053 (patch)
treee64a2a24f2fe3f980e6e29927e8eae3b14542309 /app-admin/webapp-config/files
parentRequire USE=development for emul-linux-x86-xlibs, needed for pkg-config. (diff)
downloadhistorical-a557c961e4d586ce675f2bda8050059bd9f7d053.tar.gz
historical-a557c961e4d586ce675f2bda8050059bd9f7d053.tar.bz2
historical-a557c961e4d586ce675f2bda8050059bd9f7d053.zip
Fix indentation, bug #479884
Package-Manager: portage-2.1.12.2/cvs/Linux x86_64 Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'app-admin/webapp-config/files')
-rw-r--r--app-admin/webapp-config/files/webapp-config-1.51-fix-indentation.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-admin/webapp-config/files/webapp-config-1.51-fix-indentation.patch b/app-admin/webapp-config/files/webapp-config-1.51-fix-indentation.patch
new file mode 100644
index 000000000000..27a11aa83372
--- /dev/null
+++ b/app-admin/webapp-config/files/webapp-config-1.51-fix-indentation.patch
@@ -0,0 +1,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
+