This commit is contained in:
Johannes Findeisen 2013-05-16 23:15:28 +02:00
commit b3a50f946b

View file

@ -1,10 +1,10 @@
#!/usr/bin/python -tt
import os, sys, time, getopt, random
from datetime import datetime
import sys
import time
import getopt
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