dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
245 stars 73 forks source link

Added a method to `Inotify` that returns the file descriptors opened when this class is instantiated. #21

Closed musashiXXX closed 8 years ago

musashiXXX commented 8 years ago

On second thought, it's probably better to handle this in my own code since it's such a simple thing to handle.