diff genshi/template/text.py @ 400:8dd0d34a9fb7

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 ca46dc9c7761
children ea71a51e0258
line wrap: on
line diff
--- a/genshi/template/text.py
+++ b/genshi/template/text.py
@@ -15,7 +15,7 @@
 
 import re
 
-from genshi.template.core import BadDirectiveError, Template, SUB
+from genshi.template.base import BadDirectiveError, Template, SUB
 from genshi.template.directives import *
 
 
Copyright (C) 2012-2017 Edgewall Software