Misc pep8 fixes

This commit is contained in:
Michael DeHaan 2013-10-19 13:02:57 -04:00
commit 21d4400c96
5 changed files with 7 additions and 4 deletions

View file

@ -880,7 +880,7 @@ class NetBsdService(Service):
if os.path.isfile(rcfile):
self.rcconf_file = rcfile
self.rcconf_key = "%s" % string.replace(self.name,"-","_");
self.rcconf_key = "%s" % string.replace(self.name,"-","_")
return self.service_enable_rcconf()