Files
pyscrlink/bluepy_scratch_link
Shin'ichiro Kawasaki 7efd1ec827 scratch_link.py: Fix errors when it is run as package command
When scratch_link.py is executed as the command specified by setuptools'
entry_point, following errors happen. Fix them.

- Package name can not be resolved to import modules.
- The global variable sessionTypes can not be refereed from the main
  function.
- Command line options are not parsed in main function.

Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
2020-10-10 17:32:52 +09:00
..