tbarron / backscratcher

"Every good work of software starts by scratching a developer's personal itch." Eric S. Raymond
Other
4 stars 1 forks source link

use 'if __name__ == '__main__'' #38

Open tbarron opened 10 years ago

tbarron commented 10 years ago

Some of the programs call toolframe.XX_launch() unconditionally. The launch routine should only be called if name == 'main'.

fl.py