summaryrefslogtreecommitdiff
path: root/libraries/decorator/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-09 09:36:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-09 09:40:21 +0700
commit9e2a149a6a37dcfe957f1dab3accf25c242bd675 (patch)
tree3767206a0d2fbdf7b353b978ea354807ac5770bc /libraries/decorator/README
parent93aa00f16e7dcc561a0b158a845a489198774a5c (diff)
downloadslackbuilds-9e2a149a6a37dcfe957f1dab3accf25c242bd675.tar.gz
python/decorator: Updated for version 4.0.11 (moved from libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/decorator/README')
-rw-r--r--libraries/decorator/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/decorator/README b/libraries/decorator/README
deleted file mode 100644
index d1d2a840af..0000000000
--- a/libraries/decorator/README
+++ /dev/null
@@ -1,4 +0,0 @@
-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,
-redirecting_stdout, locked, etc.