Commit f4cc7827 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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

parent bcdc99dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):