added button import in sqlhtml

This commit is contained in:
mdipierro
2012-07-18 12:45:17 -05:00
parent a058a0ba8b
commit 148b26e41a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-18 12:34:21) dev
Version 2.00.0 (2012-07-18 12:45:12) dev
+3 -3
View File
@@ -15,9 +15,9 @@ Holds:
"""
from http import HTTP
from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR, IMG, SCRIPT
from html import FORM, INPUT, LABEL, OPTION, SELECT
from html import TABLE, THEAD, TBODY, TR, TD, TH, STYLE
from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR
from html import FORM, INPUT, LABEL, OPTION, SELECT, BUTTON, IMG
from html import TABLE, THEAD, TBODY, TR, TD, TH, STYLE, SCRIPT
from html import URL, truncate_string
from dal import DAL, Field, Table, Row, CALLABLETYPES, smart_query
from storage import Storage