-clean up imports in MediaMonitor.py
This commit is contained in:
parent
0111fd5725
commit
00910ae346
2 changed files with 2 additions and 4 deletions
|
@ -11,3 +11,4 @@ RewriteRule ^.*$ - [NC,L]
|
||||||
RewriteRule ^.*$ index.php [NC,L]
|
RewriteRule ^.*$ index.php [NC,L]
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
|
|
||||||
|
SetEnv APPLICATION_ENV development
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue