just some coding style fixes

This commit is contained in:
Johannes Findeisen 2013-05-21 21:45:19 +02:00
commit b7201bfcce
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,3 @@
class Filter:
def __init__(self, name="", command="", priority=0, comment=""):
self.name = name

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python
import sys, os, time, atexit
import sys
import os
import time
import atexit
from signal import SIGTERM

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/python2.7 -tt
import sys
import time