just some coding style fixes
This commit is contained in:
parent
1c2f79c25d
commit
b7201bfcce
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
class Filter:
|
class Filter:
|
||||||
def __init__(self, name="", command="", priority=0, comment=""):
|
def __init__(self, name="", command="", priority=0, comment=""):
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env python
|
import sys
|
||||||
|
import os
|
||||||
import sys, os, time, atexit
|
import time
|
||||||
|
import atexit
|
||||||
from signal import SIGTERM
|
from signal import SIGTERM
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -tt
|
#!/usr/bin/python2.7 -tt
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue