disable a test for py26.

This commit is contained in:
Dave Halter
2013-12-27 02:40:52 +01:00
parent 08fba1e191
commit d40030c14e
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ except ImportError:
is_py3k = sys.hexversion >= 0x03000000
is_py33 = sys.hexversion >= 0x03030000
is_py26 = sys.hexversion < 0x02700000
def find_module_py33(string, path=None):