summaryrefslogtreecommitdiff
path: root/tempita/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempita/__init__.py')
-rw-r--r--tempita/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempita/__init__.py b/tempita/__init__.py
index 7f24a70..df87760 100644
--- a/tempita/__init__.py
+++ b/tempita/__init__.py
@@ -33,7 +33,7 @@ import re
import sys
import cgi
import urllib
-from paste.util.looper import looper
+from _looper import looper
__all__ = ['TemplateError', 'Template', 'sub', 'HTMLTemplate',
'sub_html', 'html', 'bunch']