fixed missing import in last commit, thanks Tim
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
from cgi import parse_qs as psq
|
from cgi import parse_qs as psq
|
||||||
import os
|
import os
|
||||||
|
import copy
|
||||||
from http import HTTP
|
from http import HTTP
|
||||||
from html import XmlComponent
|
from html import XmlComponent
|
||||||
from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR, IMG, SCRIPT
|
from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR, IMG, SCRIPT
|
||||||
|
|||||||
Reference in New Issue
Block a user