mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-18 14:29:40 +08:00
disable a test for py26.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user