Opened 15 years ago
Closed 15 years ago
#70 closed enhancement (fixed)
replace pyinotify dependency with gio.File.monitor_directory
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.9.1 |
Component: | Client | Keywords: | |
Cc: |
Description (last modified by )
We don't actually care if it's not recursive, so a dependency on gio.File is a lot better than a dependency on Linux specific library/code. A lot more portable!
see gio.File.monitor and this example
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 0.9.1 |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
done in r1809