removed unused code
This commit is contained in:
parent
567a8a2635
commit
8d7a3a2042
1 changed files with 0 additions and 3 deletions
|
@ -28,8 +28,6 @@ class Manager(Loggable):
|
||||||
include adding watched,store, organize directories, etc. Basically
|
include adding watched,store, organize directories, etc. Basically
|
||||||
composes over WatchManager from pyinotify
|
composes over WatchManager from pyinotify
|
||||||
"""
|
"""
|
||||||
global_inst = None
|
|
||||||
all_signals = set(['add_watch', 'remove_watch'])
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.wm = pyinotify.WatchManager()
|
self.wm = pyinotify.WatchManager()
|
||||||
# These two instance variables are assumed to be constant
|
# These two instance variables are assumed to be constant
|
||||||
|
@ -66,7 +64,6 @@ class Manager(Loggable):
|
||||||
# The following set isn't really necessary anymore. Should be
|
# The following set isn't really necessary anymore. Should be
|
||||||
# removed...
|
# removed...
|
||||||
self.watched_directories = set([])
|
self.watched_directories = set([])
|
||||||
Manager.global_inst = self
|
|
||||||
|
|
||||||
# This is the only event that we are unable to process "normally". I.e.
|
# This is the only event that we are unable to process "normally". I.e.
|
||||||
# through dedicated handler objects. Because we must have access to a
|
# through dedicated handler objects. Because we must have access to a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue