summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/element.py.3.diff
blob: 4549eddc7669224dd8727be17a63485f5ed5c423 (plain)
1
2
3
4
5
6
7
8
92c92
<     from htmlentitydefs import name2codepoint
---
>     from html.entities import name2codepoint
337c337
<                 i = g.next()
---
>                 i = g.__next__()