Updated unique-messages.py to reference Git instead of SVN

This commit is contained in:
Adrian Holovaty 2012-04-27 23:05:13 -05:00
parent bcdc99dda2
commit f4cc782711
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def unique_messages():
elif os.path.isdir('locale'):
basedir = os.path.abspath('locale')
else:
print "this script should be run from the django svn tree or your project or app tree"
print "This script should be run from the Django Git tree or your project or app tree."
sys.exit(1)
for (dirpath, dirnames, filenames) in os.walk(basedir):