1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 01:04:19 +01:00

Unintentional change

This commit is contained in:
Jonas Tarnstrom 2011-12-14 16:29:21 +01:00
parent b243a4a0d7
commit 49fe30364d

@ -648,7 +648,6 @@ raise NotImplementedError("Implement this test!")
"""
"""
if __name__ == "__main__":
unittest.main()
"""
@ -660,4 +659,5 @@ if __name__ == '__main__':
unittest.main()
heap = hp.heapu()
print heap
"""