summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <g.guenther@tarent.de>2011-10-28 10:14:34 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-28 18:48:19 +0200
commit3d80c335ecbac1db0826d9d5d03fe36b92ccf62d (patch)
tree019cec6b207fa181d1b53ceba46c5aded7497888 /debian/rules
parenta4aa2b78c7b68de7058e385fd20dfc53f9699eff (diff)
GitModifier: Don't use self.__dict__.update(locals())
to make pychecker happy
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a2bc921..d70542f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ links_stamp:
apidocs: links_stamp
epydoc -v -n git-buildpackage --no-sourcecode -o docs/apidocs/ \
- gbp*.py git*.py gbp/ tests/test_GitRepository.py
+ gbp*.py git*.py gbp/ tests/test_Git*.py
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
pychecker: