summaryrefslogtreecommitdiff
path: root/libraries/decorator/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2011-01-06 14:49:55 -0200
committerRobby Workman <rworkman@slackbuilds.org>2011-01-10 15:04:22 -0600
commit5720af9f3b3c00cf671ec3a50226c0126ca0afcf (patch)
treedc5d49482ac05ff240cc2aa9bdb58ec3c62c20db /libraries/decorator/README
parent1f4eaa1ccca074e43ad78818090f1f8df679192c (diff)
downloadslackbuilds-5720af9f3b3c00cf671ec3a50226c0126ca0afcf.tar.gz
libraries/decorator: Updated for version 3.3.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/decorator/README')
-rw-r--r--libraries/decorator/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/decorator/README b/libraries/decorator/README
index c71dd12dc0..6b6ae10e27 100644
--- a/libraries/decorator/README
+++ b/libraries/decorator/README
@@ -1,9 +1,7 @@
-decorator (The decorator Python module)
-
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
-examples of useful decorators, such as memoize, tracing,
+examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.
-
+
NOTE: Building this packages requires setuptools to be installed (available
at SlackBuilds.org as pysetuptools).