-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]
|
||||
RewriteBase /
|
||||
|
||||
SetEnv APPLICATION_ENV development
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
#!/usr/local/bin/python
|
||||
import json
|
||||
import time
|
||||
import logging
|
||||
import logging.config
|
||||
import sys
|
||||
import os
|
||||
import signal
|
||||
|
||||
from pyinotify import WatchManager, Notifier, ProcessEvent
|
||||
from multiprocessing import Process, Lock, Queue as mpQueue
|
||||
from multiprocessing import Process
|
||||
|
||||
from airtimefilemonitor.airtimenotifier import AirtimeNotifier
|
||||
from airtimefilemonitor.airtimeprocessevent import AirtimeProcessEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue