This commit is contained in:
Johannes Findeisen 2013-05-20 23:01:57 +02:00
commit 375f711d04
3 changed files with 27 additions and 66 deletions

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