From d15d887a7ff8e38508dfe025ec579b0869dfe835 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 7 Sep 2014 20:08:30 +0100 Subject: [PATCH] Code tidy to ensure it complies with the Python coding standard (10/10 from PyLint). --- varnish.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/varnish.py b/varnish.py index 5132be7..e4c7c78 100755 --- a/varnish.py +++ b/varnish.py @@ -1,11 +1,12 @@ -#!/usr/bin/python +#!/usr/bin/python """Script to create a ACL file for inclusion within Varnish.""" import blocklist import sys class VarnishBlockList(blocklist.BlockList): - """New class to extend the main BlockList class for implementation with Varnish.""" + """New class to extend the main BlockList class for + implementation with Varnish.""" def export(self): """Exports blocklist addresses for use within Varnish.""" print "acl block_list {"