Skip to content

Commit ab12b1e

Browse files
committed
Take 4.
1 parent b59d733 commit ab12b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_s2gs/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Newer unittest features aren't built in for python 2.6
44
import sys
5-
if sys.version_info[:2] <= (2, 7):
5+
if sys.version_info[:2] < (2, 7):
66
import unittest2 as unittest
77
else:
88
import unittest

0 commit comments

Comments
 (0)