Commit 62f8640d by Chris Jerdonek

Removed four imports from renderengine.py: cgi, collections, inspect, types.

parent 6209032b
......@@ -5,11 +5,7 @@ Defines a class responsible for rendering logic.
"""
import cgi
import collections
import inspect
import re
import types
DEFAULT_TAG_OPENING = '{{'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment