Skip to content

Commit

Permalink
Remove msg3x, no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 11, 2021
1 parent f50c064 commit 1a98de7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cssutils/tests/basetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
import cssutils


def msg3x(msg):
"""msg might contain unicode repr `u'...'` which in py3 is `u'...`
needed by tests using ``assertRaisesMsg``"""
if msg.find("u'"):
msg = msg.replace("u'", "'")
return msg


def get_resource_filename(resource_name):
"""Get the resource filename.
Expand Down

0 comments on commit 1a98de7

Please sign in to comment.