anfema / integrate

Python integration test framework
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

Can you please provide a backport for Python 27 ? #1

Closed tarunchhabra26 closed 7 years ago

tarunchhabra26 commented 7 years ago

How can do the same thing in Python 27 ? if sys.version_info >= (3, 5): import importlib.util spec = importlib.util.spec_from_file_location(module_name, filename) module = importlib.util.module_from_spec(spec) spec.loader.exec_module(module) return module

dunkelstern commented 7 years ago

Just released Version 1.1.1 which should work on 2.7