added reverse_geocode to tools __all__
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ except ImportError:
|
||||
import gluon.contrib.simplejson as json_parser
|
||||
|
||||
__all__ = ['Mail', 'Auth', 'Recaptcha', 'Crud', 'Service', 'Wiki',
|
||||
'PluginManager', 'fetch', 'geocode', 'prettydate']
|
||||
'PluginManager', 'fetch', 'geocode', 'reverse_geocode', 'prettydate']
|
||||
|
||||
### mind there are two loggers here (logger and crud.settings.logger)!
|
||||
logger = logging.getLogger("web2py")
|
||||
|
||||
Reference in New Issue
Block a user