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
242 stars 73 forks source link

Eliminate code duplicates in adapters.py #107

Open EsipovPA opened 10 months ago

EsipovPA commented 10 months ago

Should resolve this issue: https://github.com/dsoprea/PyInotify/issues/106

Removed code duplicates.