diff babel/plural.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 ea0da9db79ef
children 85e1beadacb0
line wrap: on
line diff
--- a/babel/plural.py
+++ b/babel/plural.py
@@ -15,8 +15,6 @@
 
 import re
 
-from babel.util import frozenset, set
-
 __all__ = ['PluralRule', 'RuleError', 'to_gettext', 'to_javascript',
            'to_python']
 __docformat__ = 'restructuredtext en'
Copyright (C) 2012-2017 Edgewall Software