aboutsummaryrefslogtreecommitdiff
path: root/python/python3-decorator/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-05-30 19:39:58 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-01 07:04:25 +0700
commitf253b7ec7df0df32efb81b89f1a57cc16dde2e91 (patch)
treed1b3430efae965e0d9035e3bf239711a5e144922 /python/python3-decorator/README
parentbcbd6503c7a55dc19ac3bfe8598b2e9584658cfa (diff)
python/python3-decorator: Removed (merged with python/decorator).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-decorator/README')
-rw-r--r--python/python3-decorator/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/python3-decorator/README b/python/python3-decorator/README
deleted file mode 100644
index d1d2a840af..0000000000
--- a/python/python3-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.