fixed missing import in last commit, thanks Tim

This commit is contained in:
mdipierro
2013-06-03 22:41:24 -05:00
parent 27287d246a
commit 0fcb5f2ccd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.7-stable+timestamp.2013.06.03.22.16.28
Version 2.4.7-stable+timestamp.2013.06.03.22.40.40
+1
View File
@@ -18,6 +18,7 @@ try:
except ImportError:
from cgi import parse_qs as psq
import os
import copy
from http import HTTP
from html import XmlComponent
from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR, IMG, SCRIPT