changeset 42:c3bf81204393 trunk

Add new function to module exports.
author cmlenz
date Wed, 06 Jun 2007 12:14:01 +0000
parents e46b7cd193ee
children 39df4248662e
files babel/localedata.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/localedata.py
+++ b/babel/localedata.py
@@ -25,7 +25,7 @@
 except ImportError:
     import dummy_threading as threading
 
-__all__ = ['load']
+__all__ = ['exists', 'load']
 __docformat__ = 'restructuredtext en'
 
 _cache = {}
Copyright (C) 2012-2017 Edgewall Software