From c8c4d828bcb829a5357f10da4e51ce88d6b8e99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20Reyes=20Monge?= Date: Wed, 31 Jul 2013 14:50:27 -0600 Subject: [PATCH] Removing unused imports --- __init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/__init__.py b/__init__.py index 86ea093..e5a0151 100644 --- a/__init__.py +++ b/__init__.py @@ -34,13 +34,10 @@ the jinja2 template engine. To render a template: """ import re -import os import sys -import logging import zipfile import StringIO from xml.dom.minidom import parseString -from os.path import isfile from jinja2 import Environment, Undefined @@ -290,7 +287,6 @@ def render_template(template, **kwargs): if __name__ == "__main__": - from sys import argv from datetime import datetime document = {