Skip to content

Commit

Permalink
Merge pull request #12 from weisk/master
Browse files Browse the repository at this point in the history
Fix html entities import
  • Loading branch information
akalongman committed Dec 9, 2015
2 parents 9ccda8f + f3bd6a8 commit c499325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stringutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import time
import base64
import html.entities
import html.entities as htmlentitydefs
from cgi import escape
from hashlib import md5,sha1
from datetime import datetime
Expand Down

0 comments on commit c499325

Please sign in to comment.