Changeset 3590
- Timestamp:
- 08/15/06 23:27:42 (2 years ago)
- Files:
-
- django/trunk/django/bin/compile-messages.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/bin/compile-messages.py
r3577 r3590 12 12 basedir = os.path.abspath('locale') 13 13 else: 14 print " this script should be run from the django svn tree or your project or app tree"14 print "This script should be run from the Django SVN tree or your project or app tree." 15 15 sys.exit(1) 16 16
