diff babel/messages/checkers.py @ 525:eef19ada4296

Cleanup round #1: get rid of the frozenset/set utility code and imports. This is no longer needed with 2.4 and onward.
author jruigrok
date Sat, 05 Mar 2011 14:59:20 +0000
parents 31f2826d3fd6
children 85e1beadacb0
line wrap: on
line diff
--- 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 = [
Copyright (C) 2012-2017 Edgewall Software