From 10b05017b5b565168aa25c75eb77620e8f74141e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Thu, 24 Oct 2013 11:48:06 -0600 Subject: [PATCH] Removing useless deepcopy import. --- secretary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/secretary.py b/secretary.py index 492bd5d..507706d 100644 --- a/secretary.py +++ b/secretary.py @@ -38,7 +38,6 @@ import re import sys import zipfile import io -from copy import deepcopy from xml.dom.minidom import parseString from jinja2 import Environment, Undefined