1
0
Fork 0
mirror of synced 2024-06-01 06:51:10 -04:00

Merge branch 'jaxxstorm/version'

This commit is contained in:
Anish Athalye 2014-12-18 20:07:14 -05:00
commit dde4644ee2

View file

@ -10,7 +10,7 @@ def inject(lib_path):
sys.path.insert(0, path)
# version dependent libraries
if sys.version_info.major >= 3:
if sys.version_info[0] >= 3:
inject('pyyaml/lib3')
else:
inject('pyyaml/lib')