summaryrefslogtreecommitdiff
path: root/django/bin/unique-messages.py
AgeCommit message (Collapse)Author
2015-02-06Removed bin/unique-messages.pyTim Graham
This script is no longer used according to Claude, our translations manager.
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-27Updated unique-messages.py to reference Git instead of SVNAdrian Holovaty
2006-02-18Fixed #1369 -- Changed shebang lines in unique-messages.py, ↵Adrian Holovaty
compile-messages.py and make-message.py to use /usr/bin/env git-svn-id: http://code.djangoproject.com/svn/django/trunk@2352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and ↵Adrian Holovaty
shadows of builtin variable names git-svn-id: http://code.djangoproject.com/svn/django/trunk@2058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-19Changed unique-messages.py, compile-messages.py and make-messages.py to use ↵Adrian Holovaty
'if name == main' so they can be imported and won't mess up utilities such as pychecker git-svn-id: http://code.djangoproject.com/svn/django/trunk@2056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-05fixes #1161 - added quotes to unique-messages.pyGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11added a little tool to fix message-ID duplicates after subversion merges ↵Georg Bauer
(.po files sometimes merge in rather funny and interesting ways) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1179 bcc190cf-cafb-0310-a4f2-bffc1f526a37