summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-24 01:15:04 +0000
committerianb <devnull@localhost>2007-07-24 01:15:04 +0000
commiteac6a8df4a1d6dcdfbdd7e629049b91305da61a1 (patch)
tree409e85afd14a11b94058d9a47a7acc50c9693dc7
parent76c3deb16bc7488ffe1e3ed24ad287120fe1d933 (diff)
downloadtempita-eac6a8df4a1d6dcdfbdd7e629049b91305da61a1.tar.gz
fix import
-rw-r--r--tempita/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tempita/__init__.py b/tempita/__init__.py
index df87760..52dcbe2 100644
--- a/tempita/__init__.py
+++ b/tempita/__init__.py
@@ -770,7 +770,6 @@ def fill_command(args=None):
sys.stdout.write(result)
if __name__ == '__main__':
- from paste.util.template import fill_command
fill_command()