diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 13:27:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 13:27:37 -0400 |
commit | f58206f03930a2c2d7800ce31aee4c9c25493e11 (patch) | |
tree | 93ff544129631496c4de2e8d79c4c378955666fd /src/beautifulsoup/builder.py.3.diff | |
parent | d632af350b0012c7252f8489f1009cfc72bc6422 (diff) |
Unified the Python 3 diffs into one file.
Diffstat (limited to 'src/beautifulsoup/builder.py.3.diff')
-rw-r--r-- | src/beautifulsoup/builder.py.3.diff | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/beautifulsoup/builder.py.3.diff b/src/beautifulsoup/builder.py.3.diff deleted file mode 100644 index 91b510d..0000000 --- a/src/beautifulsoup/builder.py.3.diff +++ /dev/null @@ -1,4 +0,0 @@ -90c90 -< from HTMLParser import HTMLParser, HTMLParseError ---- -> from html.parser import HTMLParser, HTMLParseError |