From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 894E61381F3 for ; Tue, 6 Aug 2013 11:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE10DE09ED; Tue, 6 Aug 2013 11:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C21DE09ED for ; Tue, 6 Aug 2013 11:00:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 461A433E788 for ; Tue, 6 Aug 2013 11:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B959E468F for ; Tue, 6 Aug 2013 11:00:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1375786934.80c2ec65e4379472300d7a8e9f65ea4c968fbaf6.blueness@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/config.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 80c2ec65e4379472300d7a8e9f65ea4c968fbaf6 X-VCS-Branch: master Date: Tue, 6 Aug 2013 11:00:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 225da6bc-67aa-46d3-9b69-5221eeb47a79 X-Archives-Hash: 3ab7e7c127a24eb6d15efea1746155de commit: 80c2ec65e4379472300d7a8e9f65ea4c968fbaf6 Author: Manuel RĂ¼ger gentoo org> AuthorDate: Tue Aug 6 01:59:31 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Aug 6 11:02:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=80c2ec65 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'):