summaryrefslogtreecommitdiff
path: root/tempita/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempita/__init__.py')
-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()