Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1fed1d33b2e620178c1ca30f32e02d10 > files > 6

python-decorator-3.1.2-1mdv2010.0.noarch.rpm

Decorator module
---------------------------

Dependencies:

The decorator module requires Python 2.4.

Installation:

Copy the file decorator.py somewhere in your Python path.

Testing:

Run

$ python documentation.py

This should work perfectly with Python 2.4 and Python 2.5 and give
minor errors with Python 2.6 (some inner details such as the
introduction of the ArgSpec namedtuple and Thread.__repr__ changed).