From 0aad346a2d6cd8c4b4197c54a28f9acbdf0a0eff Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Wed, 13 Jan 2010 18:48:41 +0100 Subject: [PATCH] Cosmetic changes. --- ACKS | 2 +- README | 3 ++- python2/examples/daemon.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ACKS b/ACKS index 7c0a090..34f6595 100644 --- a/ACKS +++ b/ACKS @@ -27,4 +27,4 @@ stromnov@gmail.com Terje Røsten terje.rosten@ntnu.no Thomas Kiley tkiley@cs.uml.edu Will Muldrew will.muldrew@gmail.com -And every anonymous or forgotten contributors +And every anonymous or forgotten contributor diff --git a/README b/README index fa2cffb..9a05b69 100644 --- a/README +++ b/README @@ -1,9 +1,10 @@ ==== Pyinotify ==== +License: MIT License Project URL: http://trac.dbzteam.org/pyinotify/ -==== Dependancies ==== +==== Dependencies ==== - Linux >= 2.6.13 - Python (CPython) >= 2.4 diff --git a/python2/examples/daemon.py b/python2/examples/daemon.py index e1b8987..33281d7 100644 --- a/python2/examples/daemon.py +++ b/python2/examples/daemon.py @@ -14,7 +14,7 @@ def __init__(self): def on_loop(notifier, counter): """ - Dummy functor called after each event loop, this method only + Dummy function called after each event loop, this method only ensures the child process eventually exits (after 5 iterations). """ if counter.count > 4: