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,6 +1,7 @@
#!/usr/bin/env python
import sys, os, time, atexit
import sys
import os
import time
import atexit
from signal import SIGTERM