# HG changeset patch # User cmlenz # Date 1181132041 0 # Node ID c3bf812043934c2f9afbf912c465732e461ef405 # Parent e46b7cd193ee07f9a18a4c5e44880acf81948387 Add new function to module exports. diff --git a/babel/localedata.py b/babel/localedata.py --- 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 = {}