diff genshi/template/loader.py @ 400:e29a94b3ba0c trunk

Renamed `genshi.template.core` to `genshi.template.base`, mainly to avoid confusion with `genshi.core`.
author cmlenz
date Thu, 18 Jan 2007 14:58:39 +0000
parents 37e4b4bb0b53
children 4675d5cf6c67
line wrap: on
line diff
--- a/genshi/template/loader.py
+++ b/genshi/template/loader.py
@@ -19,7 +19,7 @@
 except ImportError:
     import dummy_threading as threading
 
-from genshi.template.core import TemplateError
+from genshi.template.base import TemplateError
 from genshi.util import LRUCache
 
 __all__ = ['TemplateLoader', 'TemplateNotFound']
Copyright (C) 2012-2017 Edgewall Software