From 3402623cd692bcbdb5e92125fb8b99291908f74f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 1 Nov 2011 14:37:25 +0100 Subject: Making the script slightly more future-proof. use from __future__ import division, absolute_import use argparse instead of optparse --- test/nested_html_output.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'test') diff --git a/test/nested_html_output.html b/test/nested_html_output.html index 6c5b83c..1d1e865 100644 --- a/test/nested_html_output.html +++ b/test/nested_html_output.html @@ -22,22 +22,17 @@ td { - - + - - + - - + - - -
b = 2
a = 2
 son = Ivánek
 daughter = Maruška
c = 3
- - + + + -- cgit