-clean up imports in MediaMonitor.py

This commit is contained in:
martin 2011-06-28 12:50:05 -04:00
parent 0111fd5725
commit 00910ae346
2 changed files with 2 additions and 4 deletions

View file

@ -11,3 +11,4 @@ RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L] RewriteRule ^.*$ index.php [NC,L]
RewriteBase / RewriteBase /
SetEnv APPLICATION_ENV development

View file

@ -1,14 +1,11 @@
#!/usr/local/bin/python #!/usr/local/bin/python
import json
import time import time
import logging import logging
import logging.config import logging.config
import sys import sys
import os
import signal import signal
from pyinotify import WatchManager, Notifier, ProcessEvent from multiprocessing import Process
from multiprocessing import Process, Lock, Queue as mpQueue
from airtimefilemonitor.airtimenotifier import AirtimeNotifier from airtimefilemonitor.airtimenotifier import AirtimeNotifier
from airtimefilemonitor.airtimeprocessevent import AirtimeProcessEvent from airtimefilemonitor.airtimeprocessevent import AirtimeProcessEvent