From c81d5768aa1b04ff310bc7a88ccbe96b6dd9d2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Wed, 7 Aug 2013 09:24:07 -0600 Subject: [PATCH] Remove commented code. --- secretary.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/secretary.py b/secretary.py index 157ce6c..c57a918 100644 --- a/secretary.py +++ b/secretary.py @@ -82,10 +82,6 @@ class Render(object): """ - - - - # def __init__(self, xml_doc, template_args): def __init__(self, template, **kwargs): """ Builds a Render instance and assign init the internal enviroment.