Skip to content

Commit

Permalink
test with python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Oct 13, 2015
1 parent 4d13dde commit 5e93f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class StringTypeTest(TestCase):
def test(self):
from django_ftpserver.compat import string_type
self.assertIsNotNone(string_type)
self.assertTrue(string_type)

0 comments on commit 5e93f46

Please sign in to comment.