summaryrefslogtreecommitdiff
path: root/element.py.3.diff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
commitbb77aa085be6c116d0e74b6beaab42b69f691ea4 (patch)
tree4c174d2de2e59f5867933a2a33b28f3180cbb096 /element.py.3.diff
parent20268a5bc881fc21af089047e03a78870e15d112 (diff)
Big refactoring into multiple files.
Diffstat (limited to 'element.py.3.diff')
-rw-r--r--element.py.3.diff8
1 files changed, 8 insertions, 0 deletions
diff --git a/element.py.3.diff b/element.py.3.diff
new file mode 100644
index 0000000..4549edd
--- /dev/null
+++ b/element.py.3.diff
@@ -0,0 +1,8 @@
+92c92
+< from htmlentitydefs import name2codepoint
+---
+> from html.entities import name2codepoint
+337c337
+< i = g.next()
+---
+> i = g.__next__()