diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 11:22:53 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 11:22:53 -0400 |
commit | e2cdc424ee48a38a6217f3eb0ca6adf513694a84 (patch) | |
tree | 58b8fd1855e139909dba2e0d16d7d369281ba4d2 /element.py.3.diff | |
parent | bb77aa085be6c116d0e74b6beaab42b69f691ea4 (diff) |
First attempt at an import.
Diffstat (limited to 'element.py.3.diff')
-rw-r--r-- | element.py.3.diff | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/element.py.3.diff b/element.py.3.diff deleted file mode 100644 index 4549edd..0000000 --- a/element.py.3.diff +++ /dev/null @@ -1,8 +0,0 @@ -92c92 -< from htmlentitydefs import name2codepoint ---- -> from html.entities import name2codepoint -337c337 -< i = g.next() ---- -> i = g.__next__() |