diff options
author | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2011-03-05 14:59:20 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> | 2011-03-05 14:59:20 +0000 |
commit | 84498294e2768f427fa7f4ff801546ada2ad7c4a (patch) | |
tree | d29f1a3946d5c86c9d6947b5849647c975b0b35e /babel/messages/checkers.py | |
parent | 3ff28b7bab1cf78632b6f26e043f39a671bfeaac (diff) | |
download | babel-84498294e2768f427fa7f4ff801546ada2ad7c4a.tar.gz |
Cleanup round #1: get rid of the frozenset/set utility code and imports.
This is no longer needed with 2.4 and onward.
Diffstat (limited to 'babel/messages/checkers.py')
-rw-r--r-- | babel/messages/checkers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/babel/messages/checkers.py b/babel/messages/checkers.py index 3a9c80f..a1862b7 100644 --- a/babel/messages/checkers.py +++ b/babel/messages/checkers.py @@ -18,7 +18,6 @@ from itertools import izip from babel.messages.catalog import TranslationError, PYTHON_FORMAT -from babel.util import set #: list of format chars that are compatible to each other _string_format_compatibilities = [ |