diff --git a/tags/gen.py b/tags/gen.py index 2bd74ea..e252dc6 100644 --- a/tags/gen.py +++ b/tags/gen.py @@ -7,14 +7,11 @@ def printfile(name, filename): output = """ -__author__=\"stkerr\" -__date__ =\"$Jan 14, 2011 10:40:00 AM$\" - -import webspinner.tags +import WebSpinner.tags class Tag_""" output += filename.title() - output += """(webspinner.Node): + output += """(WebSpinner.Node): tag_string = \"""" output += name output += "\"\n" diff --git a/tags/html5/gen.py b/tags/html5/gen.py index 01f1085..50e0611 100644 --- a/tags/html5/gen.py +++ b/tags/html5/gen.py @@ -7,14 +7,11 @@ def printfile(name, filename): output = """ -__author__=\"stkerr\" -__date__ =\"$Jan 14, 2011 10:40:00 AM$\" - -import webspinner.tags.html5 +import WebSpinner.tags.html5 class Tag_""" output += filename.title() - output += """(webspinner.Node): + output += """(WebSpinner.Node): tag_string = \"""" output += name output += "\"\n" diff --git a/tags/html5/tag_article.py b/tags/html5/tag_article.py index e77840e..46a4b44 100644 --- a/tags/html5/tag_article.py +++ b/tags/html5/tag_article.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Article(webspinner.Node): +class Tag_Article(WebSpinner.Node): tag_string = "article" diff --git a/tags/html5/tag_aside.py b/tags/html5/tag_aside.py index 0884b51..17fb8f4 100644 --- a/tags/html5/tag_aside.py +++ b/tags/html5/tag_aside.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Aside(webspinner.Node): +class Tag_Aside(WebSpinner.Node): tag_string = "aside" diff --git a/tags/html5/tag_audio.py b/tags/html5/tag_audio.py index 9dd30d9..3598a6c 100644 --- a/tags/html5/tag_audio.py +++ b/tags/html5/tag_audio.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Audio(webspinner.Node): +class Tag_Audio(WebSpinner.Node): tag_string = "audio" diff --git a/tags/html5/tag_canvas.py b/tags/html5/tag_canvas.py index 3b081df..69c1329 100644 --- a/tags/html5/tag_canvas.py +++ b/tags/html5/tag_canvas.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Canvas(webspinner.Node): +class Tag_Canvas(WebSpinner.Node): tag_string = "canvas" diff --git a/tags/html5/tag_command.py b/tags/html5/tag_command.py index d3ff704..e772cbc 100644 --- a/tags/html5/tag_command.py +++ b/tags/html5/tag_command.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Command(webspinner.Node): +class Tag_Command(WebSpinner.Node): tag_string = "command" diff --git a/tags/html5/tag_datalist.py b/tags/html5/tag_datalist.py index e7bb0f5..499b12c 100644 --- a/tags/html5/tag_datalist.py +++ b/tags/html5/tag_datalist.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Datalist(webspinner.Node): +class Tag_Datalist(WebSpinner.Node): tag_string = "datalist" diff --git a/tags/html5/tag_details.py b/tags/html5/tag_details.py index 5ae8d76..d5afb3f 100644 --- a/tags/html5/tag_details.py +++ b/tags/html5/tag_details.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Details(webspinner.Node): +class Tag_Details(WebSpinner.Node): tag_string = "details" diff --git a/tags/html5/tag_embed.py b/tags/html5/tag_embed.py index 5e821fc..645938f 100644 --- a/tags/html5/tag_embed.py +++ b/tags/html5/tag_embed.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Embed(webspinner.Node): +class Tag_Embed(WebSpinner.Node): tag_string = "embed" diff --git a/tags/html5/tag_eventsource.py b/tags/html5/tag_eventsource.py index 0ea9a91..a60feb3 100644 --- a/tags/html5/tag_eventsource.py +++ b/tags/html5/tag_eventsource.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Eventsource(webspinner.Node): +class Tag_Eventsource(WebSpinner.Node): tag_string = "eventsource" diff --git a/tags/html5/tag_figcaption.py b/tags/html5/tag_figcaption.py index e7cd3ff..fe50164 100644 --- a/tags/html5/tag_figcaption.py +++ b/tags/html5/tag_figcaption.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Figcaption(webspinner.Node): +class Tag_Figcaption(WebSpinner.Node): tag_string = "figcaption" diff --git a/tags/html5/tag_figure.py b/tags/html5/tag_figure.py index 641bfdb..b745c97 100644 --- a/tags/html5/tag_figure.py +++ b/tags/html5/tag_figure.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Figure(webspinner.Node): +class Tag_Figure(WebSpinner.Node): tag_string = "figure" diff --git a/tags/html5/tag_footer.py b/tags/html5/tag_footer.py index 98170c0..362a93a 100644 --- a/tags/html5/tag_footer.py +++ b/tags/html5/tag_footer.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Footer(webspinner.Node): +class Tag_Footer(WebSpinner.Node): tag_string = "footer" diff --git a/tags/html5/tag_header.py b/tags/html5/tag_header.py index d85de07..0977d49 100644 --- a/tags/html5/tag_header.py +++ b/tags/html5/tag_header.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Header(webspinner.Node): +class Tag_Header(WebSpinner.Node): tag_string = "header" diff --git a/tags/html5/tag_hgroup.py b/tags/html5/tag_hgroup.py index 08062a9..66c8bf0 100644 --- a/tags/html5/tag_hgroup.py +++ b/tags/html5/tag_hgroup.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Hgroup(webspinner.Node): +class Tag_Hgroup(WebSpinner.Node): tag_string = "hgroup" diff --git a/tags/html5/tag_keygen.py b/tags/html5/tag_keygen.py index a254b60..979cf40 100644 --- a/tags/html5/tag_keygen.py +++ b/tags/html5/tag_keygen.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Keygen(webspinner.Node): +class Tag_Keygen(WebSpinner.Node): tag_string = "keygen" diff --git a/tags/html5/tag_mark.py b/tags/html5/tag_mark.py index b1a05ec..6a42150 100644 --- a/tags/html5/tag_mark.py +++ b/tags/html5/tag_mark.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Mark(webspinner.Node): +class Tag_Mark(WebSpinner.Node): tag_string = "mark" diff --git a/tags/html5/tag_menu.py b/tags/html5/tag_menu.py index f16cafd..91ebb7f 100644 --- a/tags/html5/tag_menu.py +++ b/tags/html5/tag_menu.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Menu(webspinner.Node): +class Tag_Menu(WebSpinner.Node): tag_string = "menu" diff --git a/tags/html5/tag_meter.py b/tags/html5/tag_meter.py index c07eb48..5b3b00f 100644 --- a/tags/html5/tag_meter.py +++ b/tags/html5/tag_meter.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Meter(webspinner.Node): +class Tag_Meter(WebSpinner.Node): tag_string = "meter" diff --git a/tags/html5/tag_nav.py b/tags/html5/tag_nav.py index 92bbf7a..9258235 100644 --- a/tags/html5/tag_nav.py +++ b/tags/html5/tag_nav.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Nav(webspinner.Node): +class Tag_Nav(WebSpinner.Node): tag_string = "nav" diff --git a/tags/html5/tag_output.py b/tags/html5/tag_output.py index 0cc2c6c..32fff14 100644 --- a/tags/html5/tag_output.py +++ b/tags/html5/tag_output.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Output(webspinner.Node): +class Tag_Output(WebSpinner.Node): tag_string = "output" diff --git a/tags/html5/tag_progress.py b/tags/html5/tag_progress.py index 2a0df65..06277a4 100644 --- a/tags/html5/tag_progress.py +++ b/tags/html5/tag_progress.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Progress(webspinner.Node): +class Tag_Progress(WebSpinner.Node): tag_string = "progress" diff --git a/tags/html5/tag_section.py b/tags/html5/tag_section.py index 2841c49..49efc24 100644 --- a/tags/html5/tag_section.py +++ b/tags/html5/tag_section.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Section(webspinner.Node): +class Tag_Section(WebSpinner.Node): tag_string = "section" diff --git a/tags/html5/tag_source.py b/tags/html5/tag_source.py index b78fc5a..99a8f99 100644 --- a/tags/html5/tag_source.py +++ b/tags/html5/tag_source.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Source(webspinner.Node): +class Tag_Source(WebSpinner.Node): tag_string = "source" diff --git a/tags/html5/tag_summary.py b/tags/html5/tag_summary.py index 76158b5..a1166fa 100644 --- a/tags/html5/tag_summary.py +++ b/tags/html5/tag_summary.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Summary(webspinner.Node): +class Tag_Summary(WebSpinner.Node): tag_string = "summary" diff --git a/tags/html5/tag_time.py b/tags/html5/tag_time.py index 6a33852..5fc0192 100644 --- a/tags/html5/tag_time.py +++ b/tags/html5/tag_time.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Time(webspinner.Node): +class Tag_Time(WebSpinner.Node): tag_string = "time" diff --git a/tags/html5/tag_video.py b/tags/html5/tag_video.py index b82441a..6281619 100644 --- a/tags/html5/tag_video.py +++ b/tags/html5/tag_video.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags.html5 -import webspinner.tags.html5 - -class Tag_Video(webspinner.Node): +class Tag_Video(WebSpinner.Node): tag_string = "video" diff --git a/tags/tag_a.py b/tags/tag_a.py index d627d30..4d55240 100644 --- a/tags/tag_a.py +++ b/tags/tag_a.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_A(webspinner.Node): +class Tag_A(WebSpinner.Node): tag_string = "a" diff --git a/tags/tag_abbr.py b/tags/tag_abbr.py index eafe632..609cb53 100644 --- a/tags/tag_abbr.py +++ b/tags/tag_abbr.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Abbr(webspinner.Node): +class Tag_Abbr(WebSpinner.Node): tag_string = "abbr" diff --git a/tags/tag_acronym.py b/tags/tag_acronym.py index 8c7df8e..b46d572 100644 --- a/tags/tag_acronym.py +++ b/tags/tag_acronym.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Acronym(webspinner.Node): +class Tag_Acronym(WebSpinner.Node): tag_string = "acronym" diff --git a/tags/tag_address.py b/tags/tag_address.py index 1b4de79..a47514e 100644 --- a/tags/tag_address.py +++ b/tags/tag_address.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Address(webspinner.Node): +class Tag_Address(WebSpinner.Node): tag_string = "address" diff --git a/tags/tag_applet.py b/tags/tag_applet.py index 37eef28..02ebd3d 100644 --- a/tags/tag_applet.py +++ b/tags/tag_applet.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Applet(webspinner.Node): +class Tag_Applet(WebSpinner.Node): tag_string = "applet" diff --git a/tags/tag_area.py b/tags/tag_area.py index dc09598..0499e6b 100644 --- a/tags/tag_area.py +++ b/tags/tag_area.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Area(webspinner.Node): +class Tag_Area(WebSpinner.Node): tag_string = "area" diff --git a/tags/tag_b.py b/tags/tag_b.py index 82cb6ba..b4cd84f 100644 --- a/tags/tag_b.py +++ b/tags/tag_b.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_B(webspinner.Node): +class Tag_B(WebSpinner.Node): tag_string = "b" diff --git a/tags/tag_base.py b/tags/tag_base.py index 75ab9c0..280d66c 100644 --- a/tags/tag_base.py +++ b/tags/tag_base.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Base(webspinner.Node): +class Tag_Base(WebSpinner.Node): tag_string = "base" diff --git a/tags/tag_basefont.py b/tags/tag_basefont.py index 24face4..7d858f4 100644 --- a/tags/tag_basefont.py +++ b/tags/tag_basefont.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Basefont(webspinner.Node): +class Tag_Basefont(WebSpinner.Node): tag_string = "basefont" diff --git a/tags/tag_bdo.py b/tags/tag_bdo.py index d7c0428..78988cf 100644 --- a/tags/tag_bdo.py +++ b/tags/tag_bdo.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Bdo(webspinner.Node): +class Tag_Bdo(WebSpinner.Node): tag_string = "bdo" diff --git a/tags/tag_big.py b/tags/tag_big.py index fa52be0..f32e812 100644 --- a/tags/tag_big.py +++ b/tags/tag_big.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Big(webspinner.Node): +class Tag_Big(WebSpinner.Node): tag_string = "big" diff --git a/tags/tag_blockquote.py b/tags/tag_blockquote.py index 94b21e9..a61f54b 100644 --- a/tags/tag_blockquote.py +++ b/tags/tag_blockquote.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Blockquote(webspinner.Node): +class Tag_Blockquote(WebSpinner.Node): tag_string = "blockquote" diff --git a/tags/tag_body.py b/tags/tag_body.py index d422217..6aa5107 100644 --- a/tags/tag_body.py +++ b/tags/tag_body.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Body(webspinner.Node): +class Tag_Body(WebSpinner.Node): tag_string = "body" diff --git a/tags/tag_br.py b/tags/tag_br.py index 0764000..d1dd28a 100644 --- a/tags/tag_br.py +++ b/tags/tag_br.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Br(webspinner.Node): +class Tag_Br(WebSpinner.Node): tag_string = "br" diff --git a/tags/tag_button.py b/tags/tag_button.py index 8feb754..2c7c70e 100644 --- a/tags/tag_button.py +++ b/tags/tag_button.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Button(webspinner.Node): +class Tag_Button(WebSpinner.Node): tag_string = "button" diff --git a/tags/tag_caption.py b/tags/tag_caption.py index f160f49..a8648a7 100644 --- a/tags/tag_caption.py +++ b/tags/tag_caption.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Caption(webspinner.Node): +class Tag_Caption(WebSpinner.Node): tag_string = "caption" diff --git a/tags/tag_center.py b/tags/tag_center.py index 0c00f4b..7072e3b 100644 --- a/tags/tag_center.py +++ b/tags/tag_center.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Center(webspinner.Node): +class Tag_Center(WebSpinner.Node): tag_string = "center" diff --git a/tags/tag_cite.py b/tags/tag_cite.py index 92301c8..7bcad53 100644 --- a/tags/tag_cite.py +++ b/tags/tag_cite.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Cite(webspinner.Node): +class Tag_Cite(WebSpinner.Node): tag_string = "cite" diff --git a/tags/tag_code.py b/tags/tag_code.py index 8b78698..4f24923 100644 --- a/tags/tag_code.py +++ b/tags/tag_code.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Code(webspinner.Node): +class Tag_Code(WebSpinner.Node): tag_string = "code" diff --git a/tags/tag_col.py b/tags/tag_col.py index 691aaf7..b682dbe 100644 --- a/tags/tag_col.py +++ b/tags/tag_col.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Col(webspinner.Node): +class Tag_Col(WebSpinner.Node): tag_string = "col" diff --git a/tags/tag_colgroup.py b/tags/tag_colgroup.py index eaaec4a..1ba7f4d 100644 --- a/tags/tag_colgroup.py +++ b/tags/tag_colgroup.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Colgroup(webspinner.Node): +class Tag_Colgroup(WebSpinner.Node): tag_string = "colgroup" diff --git a/tags/tag_dd.py b/tags/tag_dd.py index 5b616c3..e8d576e 100644 --- a/tags/tag_dd.py +++ b/tags/tag_dd.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Dd(webspinner.Node): +class Tag_Dd(WebSpinner.Node): tag_string = "dd" diff --git a/tags/tag_del.py b/tags/tag_del.py index fa107c2..bc6eb2b 100644 --- a/tags/tag_del.py +++ b/tags/tag_del.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Del(webspinner.Node): +class Tag_Del(WebSpinner.Node): tag_string = "del" diff --git a/tags/tag_dfn.py b/tags/tag_dfn.py index 3f8dd94..a9f4aa3 100644 --- a/tags/tag_dfn.py +++ b/tags/tag_dfn.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Dfn(webspinner.Node): +class Tag_Dfn(WebSpinner.Node): tag_string = "dfn" diff --git a/tags/tag_dir.py b/tags/tag_dir.py index a03a9bd..13b293b 100644 --- a/tags/tag_dir.py +++ b/tags/tag_dir.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Dir(webspinner.Node): +class Tag_Dir(WebSpinner.Node): tag_string = "dir" diff --git a/tags/tag_div.py b/tags/tag_div.py index 1a310de..6590d8c 100644 --- a/tags/tag_div.py +++ b/tags/tag_div.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Div(webspinner.Node): +class Tag_Div(WebSpinner.Node): tag_string = "div" diff --git a/tags/tag_dl.py b/tags/tag_dl.py index 85698c3..efb8853 100644 --- a/tags/tag_dl.py +++ b/tags/tag_dl.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Dl(webspinner.Node): +class Tag_Dl(WebSpinner.Node): tag_string = "dl" diff --git a/tags/tag_doctype.py b/tags/tag_doctype.py index 397866d..51fe4a6 100644 --- a/tags/tag_doctype.py +++ b/tags/tag_doctype.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Doctype(webspinner.Node): +class Tag_Doctype(WebSpinner.Node): tag_string = "!doctype" diff --git a/tags/tag_dt.py b/tags/tag_dt.py index d8325a6..5935cf8 100644 --- a/tags/tag_dt.py +++ b/tags/tag_dt.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Dt(webspinner.Node): +class Tag_Dt(WebSpinner.Node): tag_string = "dt" diff --git a/tags/tag_em.py b/tags/tag_em.py index d3c6816..7f5ac4c 100644 --- a/tags/tag_em.py +++ b/tags/tag_em.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Em(webspinner.Node): +class Tag_Em(WebSpinner.Node): tag_string = "em" diff --git a/tags/tag_fieldset.py b/tags/tag_fieldset.py index c700d10..9128039 100644 --- a/tags/tag_fieldset.py +++ b/tags/tag_fieldset.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Fieldset(webspinner.Node): +class Tag_Fieldset(WebSpinner.Node): tag_string = "fieldset" diff --git a/tags/tag_font.py b/tags/tag_font.py index 49ad8c9..cc30506 100644 --- a/tags/tag_font.py +++ b/tags/tag_font.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Font(webspinner.Node): +class Tag_Font(WebSpinner.Node): tag_string = "font" diff --git a/tags/tag_form.py b/tags/tag_form.py index 0c5208b..1c70ecc 100644 --- a/tags/tag_form.py +++ b/tags/tag_form.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Form(webspinner.Node): +class Tag_Form(WebSpinner.Node): tag_string = "form" diff --git a/tags/tag_frame.py b/tags/tag_frame.py index 0c48719..34aae69 100644 --- a/tags/tag_frame.py +++ b/tags/tag_frame.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Frame(webspinner.Node): +class Tag_Frame(WebSpinner.Node): tag_string = "frame" diff --git a/tags/tag_frameset.py b/tags/tag_frameset.py index 7cac62d..58f805f 100644 --- a/tags/tag_frameset.py +++ b/tags/tag_frameset.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Frameset(webspinner.Node): +class Tag_Frameset(WebSpinner.Node): tag_string = "frameset" diff --git a/tags/tag_h1.py b/tags/tag_h1.py index 2bf2df4..c688dba 100644 --- a/tags/tag_h1.py +++ b/tags/tag_h1.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H1(webspinner.Node): +class Tag_H1(WebSpinner.Node): tag_string = "h1" diff --git a/tags/tag_h2.py b/tags/tag_h2.py index dabf5c7..8c82fc5 100644 --- a/tags/tag_h2.py +++ b/tags/tag_h2.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H2(webspinner.Node): +class Tag_H2(WebSpinner.Node): tag_string = "h2" diff --git a/tags/tag_h3.py b/tags/tag_h3.py index afe3e0e..efd5e28 100644 --- a/tags/tag_h3.py +++ b/tags/tag_h3.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H3(webspinner.Node): +class Tag_H3(WebSpinner.Node): tag_string = "h3" diff --git a/tags/tag_h4.py b/tags/tag_h4.py index 0f780dc..b5ed75a 100644 --- a/tags/tag_h4.py +++ b/tags/tag_h4.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H4(webspinner.Node): +class Tag_H4(WebSpinner.Node): tag_string = "h4" diff --git a/tags/tag_h5.py b/tags/tag_h5.py index a648b5c..7f7b3e5 100644 --- a/tags/tag_h5.py +++ b/tags/tag_h5.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H5(webspinner.Node): +class Tag_H5(WebSpinner.Node): tag_string = "h5" diff --git a/tags/tag_h6.py b/tags/tag_h6.py index 5e2b5e6..454277d 100644 --- a/tags/tag_h6.py +++ b/tags/tag_h6.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_H6(webspinner.Node): +class Tag_H6(WebSpinner.Node): tag_string = "h6" diff --git a/tags/tag_head.py b/tags/tag_head.py index 872783f..2d126b8 100644 --- a/tags/tag_head.py +++ b/tags/tag_head.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Head(webspinner.Node): +class Tag_Head(WebSpinner.Node): tag_string = "head" diff --git a/tags/tag_hr.py b/tags/tag_hr.py index 998e169..d4660f8 100644 --- a/tags/tag_hr.py +++ b/tags/tag_hr.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Hr(webspinner.Node): +class Tag_Hr(WebSpinner.Node): tag_string = "hr" diff --git a/tags/tag_html.py b/tags/tag_html.py index 0988b79..808f426 100644 --- a/tags/tag_html.py +++ b/tags/tag_html.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Html(webspinner.Node): +class Tag_Html(WebSpinner.Node): tag_string = "html" diff --git a/tags/tag_i.py b/tags/tag_i.py index d04a956..60a5e62 100644 --- a/tags/tag_i.py +++ b/tags/tag_i.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_I(webspinner.Node): +class Tag_I(WebSpinner.Node): tag_string = "i" diff --git a/tags/tag_iframe.py b/tags/tag_iframe.py index 6d81af3..19a3f8e 100644 --- a/tags/tag_iframe.py +++ b/tags/tag_iframe.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Iframe(webspinner.Node): +class Tag_Iframe(WebSpinner.Node): tag_string = "iframe" diff --git a/tags/tag_img.py b/tags/tag_img.py index c0ce763..d8612df 100644 --- a/tags/tag_img.py +++ b/tags/tag_img.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Img(webspinner.Node): +class Tag_Img(WebSpinner.Node): tag_string = "img" diff --git a/tags/tag_input.py b/tags/tag_input.py index 38ecbb7..59f1460 100644 --- a/tags/tag_input.py +++ b/tags/tag_input.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Input(webspinner.Node): +class Tag_Input(WebSpinner.Node): tag_string = "input" diff --git a/tags/tag_ins.py b/tags/tag_ins.py index 8ee2099..67a3e24 100644 --- a/tags/tag_ins.py +++ b/tags/tag_ins.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Ins(webspinner.Node): +class Tag_Ins(WebSpinner.Node): tag_string = "ins" diff --git a/tags/tag_isindex.py b/tags/tag_isindex.py index 3b8753f..308f3d0 100644 --- a/tags/tag_isindex.py +++ b/tags/tag_isindex.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Isindex(webspinner.Node): +class Tag_Isindex(WebSpinner.Node): tag_string = "isindex" diff --git a/tags/tag_kbd.py b/tags/tag_kbd.py index 76d1579..bb643d4 100644 --- a/tags/tag_kbd.py +++ b/tags/tag_kbd.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Kbd(webspinner.Node): +class Tag_Kbd(WebSpinner.Node): tag_string = "kbd" diff --git a/tags/tag_label.py b/tags/tag_label.py index 424a72b..b4810d5 100644 --- a/tags/tag_label.py +++ b/tags/tag_label.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Label(webspinner.Node): +class Tag_Label(WebSpinner.Node): tag_string = "label" diff --git a/tags/tag_legend.py b/tags/tag_legend.py index 730853b..b02ae12 100644 --- a/tags/tag_legend.py +++ b/tags/tag_legend.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Legend(webspinner.Node): +class Tag_Legend(WebSpinner.Node): tag_string = "legend" diff --git a/tags/tag_li.py b/tags/tag_li.py index ea689e1..92e7c39 100644 --- a/tags/tag_li.py +++ b/tags/tag_li.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Li(webspinner.Node): +class Tag_Li(WebSpinner.Node): tag_string = "li" diff --git a/tags/tag_link.py b/tags/tag_link.py index 471b467..bb0c6b3 100644 --- a/tags/tag_link.py +++ b/tags/tag_link.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Link(webspinner.Node): +class Tag_Link(WebSpinner.Node): tag_string = "link" diff --git a/tags/tag_map.py b/tags/tag_map.py index f1d7f69..8f67aa8 100644 --- a/tags/tag_map.py +++ b/tags/tag_map.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Map(webspinner.Node): +class Tag_Map(WebSpinner.Node): tag_string = "map" diff --git a/tags/tag_menu.py b/tags/tag_menu.py index 2cceec7..9107014 100644 --- a/tags/tag_menu.py +++ b/tags/tag_menu.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Menu(webspinner.Node): +class Tag_Menu(WebSpinner.Node): tag_string = "menu" diff --git a/tags/tag_meta.py b/tags/tag_meta.py index 596119d..4692004 100644 --- a/tags/tag_meta.py +++ b/tags/tag_meta.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Meta(webspinner.Node): +class Tag_Meta(WebSpinner.Node): tag_string = "meta" diff --git a/tags/tag_noframes.py b/tags/tag_noframes.py index 791b7b7..7ff71c4 100644 --- a/tags/tag_noframes.py +++ b/tags/tag_noframes.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Noframes(webspinner.Node): +class Tag_Noframes(WebSpinner.Node): tag_string = "noframes" diff --git a/tags/tag_noscript.py b/tags/tag_noscript.py index 189cac6..5bb1345 100644 --- a/tags/tag_noscript.py +++ b/tags/tag_noscript.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Noscript(webspinner.Node): +class Tag_Noscript(WebSpinner.Node): tag_string = "noscript" diff --git a/tags/tag_object.py b/tags/tag_object.py index 5b90383..1ea7c5c 100644 --- a/tags/tag_object.py +++ b/tags/tag_object.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Object(webspinner.Node): +class Tag_Object(WebSpinner.Node): tag_string = "object" diff --git a/tags/tag_ol.py b/tags/tag_ol.py index 8cba8d3..bf313f8 100644 --- a/tags/tag_ol.py +++ b/tags/tag_ol.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Ol(webspinner.Node): +class Tag_Ol(WebSpinner.Node): tag_string = "ol" diff --git a/tags/tag_optgroup.py b/tags/tag_optgroup.py index e1d4fdd..ce715b5 100644 --- a/tags/tag_optgroup.py +++ b/tags/tag_optgroup.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Optgroup(webspinner.Node): +class Tag_Optgroup(WebSpinner.Node): tag_string = "optgroup" diff --git a/tags/tag_option.py b/tags/tag_option.py index 4ca2a08..f65bba5 100644 --- a/tags/tag_option.py +++ b/tags/tag_option.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Option(webspinner.Node): +class Tag_Option(WebSpinner.Node): tag_string = "option" diff --git a/tags/tag_p.py b/tags/tag_p.py index 109c7ed..bfaf35d 100644 --- a/tags/tag_p.py +++ b/tags/tag_p.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_P(webspinner.Node): +class Tag_P(WebSpinner.Node): tag_string = "p" diff --git a/tags/tag_param.py b/tags/tag_param.py index 2228eca..1d22e59 100644 --- a/tags/tag_param.py +++ b/tags/tag_param.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Param(webspinner.Node): +class Tag_Param(WebSpinner.Node): tag_string = "param" diff --git a/tags/tag_pre.py b/tags/tag_pre.py index 5b78c4d..946d51e 100644 --- a/tags/tag_pre.py +++ b/tags/tag_pre.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Pre(webspinner.Node): +class Tag_Pre(WebSpinner.Node): tag_string = "pre" diff --git a/tags/tag_q.py b/tags/tag_q.py index 0faa9d1..260e6ea 100644 --- a/tags/tag_q.py +++ b/tags/tag_q.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Q(webspinner.Node): +class Tag_Q(WebSpinner.Node): tag_string = "q" diff --git a/tags/tag_s.py b/tags/tag_s.py index 974561f..018aa87 100644 --- a/tags/tag_s.py +++ b/tags/tag_s.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_S(webspinner.Node): +class Tag_S(WebSpinner.Node): tag_string = "s" diff --git a/tags/tag_samp.py b/tags/tag_samp.py index 2a3f98b..49f41a7 100644 --- a/tags/tag_samp.py +++ b/tags/tag_samp.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Samp(webspinner.Node): +class Tag_Samp(WebSpinner.Node): tag_string = "samp" diff --git a/tags/tag_script.py b/tags/tag_script.py index c8f1277..5b19820 100644 --- a/tags/tag_script.py +++ b/tags/tag_script.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Script(webspinner.Node): +class Tag_Script(WebSpinner.Node): tag_string = "script" diff --git a/tags/tag_select.py b/tags/tag_select.py index 68833bd..23ca6ec 100644 --- a/tags/tag_select.py +++ b/tags/tag_select.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Select(webspinner.Node): +class Tag_Select(WebSpinner.Node): tag_string = "select" diff --git a/tags/tag_small.py b/tags/tag_small.py index 81b8725..bf4557a 100644 --- a/tags/tag_small.py +++ b/tags/tag_small.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Small(webspinner.Node): +class Tag_Small(WebSpinner.Node): tag_string = "small" diff --git a/tags/tag_span.py b/tags/tag_span.py index dded15b..7808213 100644 --- a/tags/tag_span.py +++ b/tags/tag_span.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Span(webspinner.Node): +class Tag_Span(WebSpinner.Node): tag_string = "span" diff --git a/tags/tag_strike.py b/tags/tag_strike.py index 9e067b2..db3c330 100644 --- a/tags/tag_strike.py +++ b/tags/tag_strike.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Strike(webspinner.Node): +class Tag_Strike(WebSpinner.Node): tag_string = "strike" diff --git a/tags/tag_strong.py b/tags/tag_strong.py index 5a43041..158e0ea 100644 --- a/tags/tag_strong.py +++ b/tags/tag_strong.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Strong(webspinner.Node): +class Tag_Strong(WebSpinner.Node): tag_string = "strong" diff --git a/tags/tag_style.py b/tags/tag_style.py index e443f98..0e3193b 100644 --- a/tags/tag_style.py +++ b/tags/tag_style.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Style(webspinner.Node): +class Tag_Style(WebSpinner.Node): tag_string = "style" diff --git a/tags/tag_sub.py b/tags/tag_sub.py index 67e7718..05e0594 100644 --- a/tags/tag_sub.py +++ b/tags/tag_sub.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Sub(webspinner.Node): +class Tag_Sub(WebSpinner.Node): tag_string = "sub" diff --git a/tags/tag_sup.py b/tags/tag_sup.py index de43a05..02160ae 100644 --- a/tags/tag_sup.py +++ b/tags/tag_sup.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Sup(webspinner.Node): +class Tag_Sup(WebSpinner.Node): tag_string = "sup" diff --git a/tags/tag_table.py b/tags/tag_table.py index e8ebbe4..b5a1b52 100644 --- a/tags/tag_table.py +++ b/tags/tag_table.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Table(webspinner.Node): +class Tag_Table(WebSpinner.Node): tag_string = "table" diff --git a/tags/tag_tbody.py b/tags/tag_tbody.py index e911eb7..d49b2ab 100644 --- a/tags/tag_tbody.py +++ b/tags/tag_tbody.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Tbody(webspinner.Node): +class Tag_Tbody(WebSpinner.Node): tag_string = "tbody" diff --git a/tags/tag_td.py b/tags/tag_td.py index c45e685..cc35c9a 100644 --- a/tags/tag_td.py +++ b/tags/tag_td.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Td(webspinner.Node): +class Tag_Td(WebSpinner.Node): tag_string = "td" diff --git a/tags/tag_textarea.py b/tags/tag_textarea.py index fbac8d5..cf152b9 100644 --- a/tags/tag_textarea.py +++ b/tags/tag_textarea.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Textarea(webspinner.Node): +class Tag_Textarea(WebSpinner.Node): tag_string = "textarea" diff --git a/tags/tag_tfoot.py b/tags/tag_tfoot.py index ed24567..7192f5b 100644 --- a/tags/tag_tfoot.py +++ b/tags/tag_tfoot.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Tfoot(webspinner.Node): +class Tag_Tfoot(WebSpinner.Node): tag_string = "tfoot" diff --git a/tags/tag_th.py b/tags/tag_th.py index f4d5911..c9c4647 100644 --- a/tags/tag_th.py +++ b/tags/tag_th.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Th(webspinner.Node): +class Tag_Th(WebSpinner.Node): tag_string = "th" diff --git a/tags/tag_thead.py b/tags/tag_thead.py index 33dacf1..8a2c92b 100644 --- a/tags/tag_thead.py +++ b/tags/tag_thead.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Thead(webspinner.Node): +class Tag_Thead(WebSpinner.Node): tag_string = "thead" diff --git a/tags/tag_title.py b/tags/tag_title.py index 5a4916a..98f00b9 100644 --- a/tags/tag_title.py +++ b/tags/tag_title.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Title(webspinner.Node): +class Tag_Title(WebSpinner.Node): tag_string = "title" diff --git a/tags/tag_tr.py b/tags/tag_tr.py index 9848ec6..a024b96 100644 --- a/tags/tag_tr.py +++ b/tags/tag_tr.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Tr(webspinner.Node): +class Tag_Tr(WebSpinner.Node): tag_string = "tr" diff --git a/tags/tag_tt.py b/tags/tag_tt.py index 9c1e45c..3f4fdc2 100644 --- a/tags/tag_tt.py +++ b/tags/tag_tt.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Tt(webspinner.Node): +class Tag_Tt(WebSpinner.Node): tag_string = "tt" diff --git a/tags/tag_u.py b/tags/tag_u.py index b722731..a2acf69 100644 --- a/tags/tag_u.py +++ b/tags/tag_u.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_U(webspinner.Node): +class Tag_U(WebSpinner.Node): tag_string = "u" diff --git a/tags/tag_ul.py b/tags/tag_ul.py index 497e450..d4126b2 100644 --- a/tags/tag_ul.py +++ b/tags/tag_ul.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Ul(webspinner.Node): +class Tag_Ul(WebSpinner.Node): tag_string = "ul" diff --git a/tags/tag_var.py b/tags/tag_var.py index 50fff82..445af07 100644 --- a/tags/tag_var.py +++ b/tags/tag_var.py @@ -1,8 +1,5 @@ -__author__="stkerr" -__date__ ="$Jan 14, 2011 10:40:00 AM$" +import WebSpinner.tags -import webspinner.tags - -class Tag_Var(webspinner.Node): +class Tag_Var(WebSpinner.Node): tag_string = "var"