Revert "cleanups"

This reverts commit b3a50f946b.
This commit is contained in:
Johannes Findeisen 2013-05-20 22:56:16 +02:00
commit 0e31d760b4

View file

@ -1,10 +1,10 @@
#!/usr/bin/python -tt
import sys
import time
import getopt
import os, sys, time, getopt, random
from datetime import datetime
from lib.core.daemon import Daemon
from lib.config.config import Config
from lib.core.command import Command
from lib.core import logger
from apscheduler.scheduler import Scheduler
import pprint