hgext/inotify/linux/__init__.py
branchstable
changeset 10263 25e572394f5c
parent 7875 553aa0cbeab6
child 13400 14f3795a5ed7
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     2 
     2 
     3 # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     3 # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     4 
     4 
     5 # This library is free software; you can redistribute it and/or modify
     5 # This library is free software; you can redistribute it and/or modify
     6 # it under the terms of version 2.1 of the GNU Lesser General Public
     6 # it under the terms of version 2.1 of the GNU Lesser General Public
     7 # License, incorporated herein by reference.
     7 # License, or any later version.
     8 
     8 
     9 '''Low-level interface to the Linux inotify subsystem.
     9 '''Low-level interface to the Linux inotify subsystem.
    10 
    10 
    11 The inotify subsystem provides an efficient mechanism for file status
    11 The inotify subsystem provides an efficient mechanism for file status
    12 monitoring and change notification.
    12 monitoring and change notification.