From 97cfd2ca5d4c887bf305ea5d11d8cc3e71f4d743 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 7 Sep 2014 19:58:35 +0100 Subject: [PATCH] Code tidy to ensure it complies with the Python coding standard (10/10 from PyLint). --- apache.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apache.py b/apache.py index 437de35..92a3456 100755 --- a/apache.py +++ b/apache.py @@ -1,5 +1,6 @@ -#!/usr/bin/python -"""Script to create a simple mod_access style list for inclusion within Apache.""" +#!/usr/bin/python +"""Script to create a simple mod_access style list for inclusion +within Apache.""" import blocklist import sys