From eac6a8df4a1d6dcdfbdd7e629049b91305da61a1 Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 24 Jul 2007 01:15:04 +0000 Subject: fix import --- tempita/__init__.py | 1 - 1 file changed, 1 deletion(-) 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() -- cgit v1.2.1