summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-01 13:08:23 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-01 13:08:23 -0600
commit6c521c9c0cfab397ee0aa9764adce737e39415b4 (patch)
treea969ce2f5a66a53cdf4bf046ac51bd860b7e5e11 /Makefile.am
parent0a52ee48213f254c99b4a435f63692d2d58b3d48 (diff)
downloadmock-6c521c9c0cfab397ee0aa9764adce737e39415b4.tar.gz
mock-6c521c9c0cfab397ee0aa9764adce737e39415b4.tar.xz
mock-6c521c9c0cfab397ee0aa9764adce737e39415b4.zip
use python-decoratortools instead of shipping our own decorator.py
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9680c1e..1532a97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,6 @@ pkgpython_PYTHON = \
py/mock/exception.py \
py/mock/util.py \
py/mock/backend.py \
- py/mock/decorator.py \
py/mock/trace_decorator.py \
py/mock/uid.py