cc-4105: major reformatting of imports
This commit is contained in:
parent
3af6036d9e
commit
ff38a5f719
11 changed files with 25 additions and 24 deletions
|
@ -1,11 +1,11 @@
|
|||
import pyinotify
|
||||
from pydispatch import dispatcher
|
||||
|
||||
from os.path import normpath
|
||||
from media.monitor.events import PathChannel
|
||||
from media.monitor.log import Loggable
|
||||
from os.path import normpath
|
||||
from media.monitor.events import PathChannel
|
||||
from media.monitor.log import Loggable
|
||||
from media.monitor.listeners import StoreWatchListener, OrganizeListener
|
||||
from media.monitor.handler import ProblemFileHandler
|
||||
from media.monitor.handler import ProblemFileHandler
|
||||
from media.monitor.organizer import Organizer
|
||||
import media.monitor.pure as mmp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue