From 0fcb5f2ccd68b2ce272280b2cc9451f319d78ce7 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 3 Jun 2013 22:41:24 -0500 Subject: [PATCH] fixed missing import in last commit, thanks Tim --- VERSION | 2 +- gluon/sqlhtml.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5bc3505c..002d2c29 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 1d52201d..ee670235 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -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