From: Christopher Lenz Date: Wed, 6 Jun 2007 12:14:01 +0000 (+0000) Subject: Add new function to module exports. X-Git-Tag: 1.0~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a157cd248c1de3c111463ac4df2c498fffda2613;p=thirdparty%2Fbabel.git Add new function to module exports. --- diff --git a/babel/localedata.py b/babel/localedata.py index cf3fa04b..8570d562 100644 --- a/babel/localedata.py +++ b/babel/localedata.py @@ -25,7 +25,7 @@ try: except ImportError: import dummy_threading as threading -__all__ = ['load'] +__all__ = ['exists', 'load'] __docformat__ = 'restructuredtext en' _cache = {}