[svn] reworked the jinja escaping system, removed getattr concatenating and documente...
[jinja2.git] / jinja / loaders.py
index 2acbcf5c1cb8341b13e3f0b5172a723b96b3701c..b11e9f9bdb2d2e492e1daee8f32fda5e52368976 100644 (file)
@@ -25,6 +25,7 @@ except ImportError:
     resource_exists = resource_string = resource_filename = None
 
 
+#: when updating this, update the listing in the jinja package too
 __all__ = ['FileSystemLoader', 'PackageLoader', 'DictLoader', 'ChoiceLoader',
            'FunctionLoader']