faitdivers / pyao

PyAO - Adaptive Optics simulation package
6 stars 0 forks source link

Avoid main function being called when imported into other modules #70

Open forcaeluz opened 10 years ago

forcaeluz commented 10 years ago

Although the main shouldn't be imported by other modules, some are using it in their test scripts. In that case it would be handy to avoid the execution of the main loop.