]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Add new function to module exports.
authorChristopher Lenz <cmlenz@gmail.com>
Wed, 6 Jun 2007 12:14:01 +0000 (12:14 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Wed, 6 Jun 2007 12:14:01 +0000 (12:14 +0000)
babel/localedata.py

index cf3fa04b3fb487f75524831cd74df013fae64f9b..8570d562e51671fd6f260e5365a4cf60a1e4ba9b 100644 (file)
@@ -25,7 +25,7 @@ try:
 except ImportError:
     import dummy_threading as threading
 
-__all__ = ['load']
+__all__ = ['exists', 'load']
 __docformat__ = 'restructuredtext en'
 
 _cache = {}