mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-09-01 15:20:15 +02:00
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>