aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/getstats.py
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-02-06 13:54:43 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-02-06 13:54:43 +0100
commit903b0498f0996fd45edfe33078f210381c228b27 (patch)
tree9dbf4dc678de07789118f7a7625828cb3c8c8a66 /dist-tools/getstats.py
parentdf77bb5c22b5386bdecd1ea6bb7eb35ebe01b1d6 (diff)
downloadfetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.gz
fetchmail-903b0498f0996fd45edfe33078f210381c228b27.tar.bz2
fetchmail-903b0498f0996fd45edfe33078f210381c228b27.zip
Update documents/scripts after SVN -> Git move.
Diffstat (limited to 'dist-tools/getstats.py')
-rwxr-xr-xdist-tools/getstats.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist-tools/getstats.py b/dist-tools/getstats.py
index 17fcab50..df2fbeaf 100755
--- a/dist-tools/getstats.py
+++ b/dist-tools/getstats.py
@@ -4,6 +4,9 @@
import commands, os, string, ftplib
+print "This script must be adjusted for Git."
+exit(1)
+
# Get version and date
date = commands.getoutput("LC_TIME=C date -u")
pid = os.getpid()