Skip to content
Commit dd1d98d1 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

bisector: disallow importing as __main__

Calling the script directly imports it as __main__, which breaks
references to classes expected to be hosted in a module called bisector.
That behavior is normal for a python application and handled by a shim
created by pip in a PATH location, so bisector needs to be called
through it.
parent 73870c80
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment