Commit 6e2c06a8 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #711 from kmod/fix_707

Another 2.7.9 compatibility fix
parents d9840980 5d10977f
......@@ -8,4 +8,4 @@ x = repr(empty_module)
print x[0:29]
print x[-2:]
print repr(math)
print repr(math)[:10]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment