aboutsummaryrefslogtreecommitdiff
path: root/python/python-wrapt/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-wrapt/README')
-rw-r--r--python/python-wrapt/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python-wrapt/README b/python/python-wrapt/README
deleted file mode 100644
index 84fd2ce36f..0000000000
--- a/python/python-wrapt/README
+++ /dev/null
@@ -1,5 +0,0 @@
-A Python module for decorators, wrappers and monkey patching.
-
-The aim of the wrapt module is to provide a transparent object proxy
-for Python, which can be used as the basis for the construction of
-function wrappers and decorator functions.