Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-03-20 20:57:57 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-03-20 20:57:57 +0300
commit3ee11af7c2acfd7206c34ef76577965d2fb575a6 (patch)
tree7bd51b52ec18edbe72d75c2e53098b7ca116025b /Makefile
parent2bbbe6c9b1d27a78a1601f8fb97b0cee65a9cf64 (diff)
- update for the new pylint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7ab23a..3fb17bc 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,8 @@ cosmetics:
version:
if test -d ".svn" ; then \
- echo "version='$(VERSION)+svn'" > pyxmpp/version.py ; \
+ echo "# pylint: disable-msg=W0103,W0131" > pyxmpp/version.py ; \
+ echo "version='$(VERSION)+svn'" >> pyxmpp/version.py ; \
fi
dist: build ChangeLog