Commit 9637ef6c by Chris Jerdonek

Fixed some import statements.

parent 01d5b389
......@@ -5,6 +5,7 @@ Defines a class responsible for rendering logic.
"""
import collections
import re
......
......@@ -6,8 +6,6 @@ This module provides a Template class.
"""
import cgi
import collections
import re
import sys
from .context import Context
......
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