summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/element.py.3.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/beautifulsoup/element.py.3.diff')
-rw-r--r--src/beautifulsoup/element.py.3.diff8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/beautifulsoup/element.py.3.diff b/src/beautifulsoup/element.py.3.diff
deleted file mode 100644
index 4549edd..0000000
--- a/src/beautifulsoup/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__()