summaryrefslogtreecommitdiffstats
path: root/fedora_business_cards
diff options
context:
space:
mode:
authorIan Weller <ianweller@gmail.com>2008-11-09 11:38:56 -0600
committerIan Weller <ianweller@gmail.com>2008-11-09 11:38:56 -0600
commitff30179b4dd5af6bf5db628332bbdfa2c28eefdf (patch)
tree8f184d86b73b6de349b858dc4d9c2311776b8ea4 /fedora_business_cards
parentc06c34a3492a058ebe0ea0fb39b2b1008c7e1e82 (diff)
downloadfedora-business-cards-ff30179b4dd5af6bf5db628332bbdfa2c28eefdf.tar.gz
fedora-business-cards-ff30179b4dd5af6bf5db628332bbdfa2c28eefdf.tar.xz
fedora-business-cards-ff30179b4dd5af6bf5db628332bbdfa2c28eefdf.zip
PEP 8 check
Diffstat (limited to 'fedora_business_cards')
-rw-r--r--fedora_business_cards/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fedora_business_cards/config.py b/fedora_business_cards/config.py
index b88d6f2..9bada86 100644
--- a/fedora_business_cards/config.py
+++ b/fedora_business_cards/config.py
@@ -35,7 +35,8 @@ def available_templates(config):
templates.read(templates_dir+"/templates.ini")
filelist = os.listdir(templates_dir)
for section in templates.sections():
- if templates.options(section) == ["humandesc", "front", "back", "type"]:
+ if templates.options(section) == ["humandesc", "front", "back",
+ "type"]:
if templates.get(section, "front") in filelist:
if templates.get(section, "back") in filelist:
# only SVG templates are currently supported