seb-m / pyinotify

Monitoring filesystems events with inotify on Linux.
http://github.com/seb-m/pyinotify/wiki
MIT License
2.29k stars 379 forks source link

import select will conflict with other modules #207

Open cch4562 opened 3 months ago

cch4562 commented 3 months ago

In the OpenStack scenario, I need to develop a plug-in for the file monitoring system. OpenStack references a third-party extension package that depends on the select module. As a result, when I reference pyinotify, the select module conflicts. Can pyinotfy be modified to reference the select module through a directory?