~ubuntu-branches/ubuntu/intrepid/pyinotify/intrepid

« back to all changes in this revision

Viewing changes to src/examples/threaded_rec.py

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov, Mikhail Gusarov, Scott Kitterman
  • Date: 2007-09-20 01:22:55 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070920012255-0ac2p45xgv2rv43q
Tags: 0.7.1-1

[Mikhail Gusarov]

* New upstream release (Closes: #432866).
  - Removed hppa-syscalls.patch - applied upstream.
  - Removed m68k-syscalls.patch - applied upstream.

* Acknowleging NMU 0.7.0-2.1. Thanks to LaMont Jones.
  - Added use-sys-syscall-h.patch - all Lenny architectures have an
  inotify support.
  - Package made Architecture: any.

* Fixed compilation of _inotify.so for several Python versions (thanks
  to Christopher Halse Rogers) (Closes: #430891).

* epydoc documentation moved to html/ subdir to avoid polluting
  documentation directory.

* autopath.py stripped from examples, as it is not needed for packaged
  library, and hangs when being imported due to some reason.

[Scott Kitterman]

* Suggest python-pyinotify instead of python2.*-pyinotify for
  python-pyinotify-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# threaded_rec.py -
5
5
# Copyright (C) 2006  S�bastien Martini <sebastien.martini@gmail.com>
6
6
#
7
 
# This program is free software; you can redistribute it and/or
8
 
# modify it under the terms of the GNU General Public License
9
 
# as published by the Free Software Foundation.
 
7
# This program is free software; you can redistribute it and/or modify
 
8
# it under the terms of the GNU General Public License as published by
 
9
# the Free Software Foundation; either version 2, or (at your option)
 
10
# any later version.
10
11
#
11
12
# This program is distributed in the hope that it will be useful,
12
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
16
#
16
17
# You should have received a copy of the GNU General Public License
17
18
# along with this program; if not, write to the Free Software
18
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19
 
# 02111-1307, USA.
20
 
 
 
19
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
20
# usage: ./threaded_rec.py [path-to-watch]
22
21
 
23
22
from rec import PRec