changeset 42:34445df853b5

Add new function to module exports.
author cmlenz
date Wed, 06 Jun 2007 12:14:01 +0000
parents e967fbafcda1
children ced5331e9013
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