# HG changeset patch # User cmlenz # Date 1181132041 0 # Node ID 34445df853b5a8276b985f367b0ca661f8ef8bb8 # Parent e967fbafcda14fb48571ca0168c02bed2b606b92 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 = {}