changeset 44:8551dbab118e

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