Skip to content

Commit

Permalink
py2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Oct 14, 2013
1 parent e88e119 commit 40c6a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testDevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def test_fsmparse(self):
# 1. write a new python module containing a class with a staticmethod
with open("testparser.py", "w") as fp:
fp.write("""
from six import text_type as str
from ferenda.elements import Body, Paragraph
class Testobject(object):
Expand Down

0 comments on commit 40c6a6b

Please sign in to comment.