diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 10:30:08 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 10:30:08 -0400 |
commit | bb77aa085be6c116d0e74b6beaab42b69f691ea4 (patch) | |
tree | 4c174d2de2e59f5867933a2a33b28f3180cbb096 /builder.py.3.diff | |
parent | 20268a5bc881fc21af089047e03a78870e15d112 (diff) |
Big refactoring into multiple files.
Diffstat (limited to 'builder.py.3.diff')
-rw-r--r-- | builder.py.3.diff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builder.py.3.diff b/builder.py.3.diff new file mode 100644 index 0000000..91b510d --- /dev/null +++ b/builder.py.3.diff @@ -0,0 +1,4 @@ +90c90 +< from HTMLParser import HTMLParser, HTMLParseError +--- +> from html.parser import HTMLParser, HTMLParseError |