From f4cc78271126b86ca630624aad63d48339bd3db2 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 27 Apr 2012 23:05:13 -0500 Subject: [PATCH] Updated unique-messages.py to reference Git instead of SVN --- django/bin/unique-messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/bin/unique-messages.py b/django/bin/unique-messages.py index c601a9eeea..c43374a5b9 100755 --- a/django/bin/unique-messages.py +++ b/django/bin/unique-messages.py @@ -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):