summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-24 01:09:50 +0000
committerianb <devnull@localhost>2007-07-24 01:09:50 +0000
commit76c3deb16bc7488ffe1e3ed24ad287120fe1d933 (patch)
tree97306db643b225c284461ec7fbb5ba5619271d15
parentae85a25da6e5e317a44c2e56f3d5ab24835916ce (diff)
downloadtempita-76c3deb16bc7488ffe1e3ed24ad287120fe1d933.tar.gz
module rename
-rw-r--r--tempita/__init__.py2
-rw-r--r--tempita/_looper.py (renamed from tempita/looper.py)0
2 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']
diff --git a/tempita/looper.py b/tempita/_looper.py
index 03a6b42..03a6b42 100644
--- a/tempita/looper.py
+++ b/tempita/_looper.py