summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-27 10:28:36 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-27 10:41:40 -0400
commitc8641d05512d03e7335af0c8ca84cec142616f25 (patch)
tree84ffd7aa50402bff487cb2965f287ebb1d88ac75 /src/lib/Bcfg2/Server/FileMonitor/Inotify.py
parent6a98121e6d30ed96b161bc2de617e83b4dbdf6c2 (diff)
downloadbcfg2-c8641d05512d03e7335af0c8ca84cec142616f25.tar.gz
bcfg2-c8641d05512d03e7335af0c8ca84cec142616f25.tar.bz2
bcfg2-c8641d05512d03e7335af0c8ca84cec142616f25.zip
Options: converted filemonitors to new options parser
Diffstat (limited to 'src/lib/Bcfg2/Server/FileMonitor/Inotify.py')
-rw-r--r--src/lib/Bcfg2/Server/FileMonitor/Inotify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
index 2cdf27ed8..39d062604 100644
--- a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
+++ b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py
@@ -34,8 +34,8 @@ class Inotify(Pseudo, pyinotify.ProcessEvent):
#: listed in :attr:`action_map`
mask = reduce(lambda x, y: x | y, action_map.keys())
- def __init__(self, ignore=None, debug=False):
- Pseudo.__init__(self, ignore=ignore, debug=debug)
+ def __init__(self):
+ Pseudo.__init__(self)
pyinotify.ProcessEvent.__init__(self)
#: inotify can't set useful monitors directly on files, only