LSSTDESC / Monitor

Extract light curves for time-variable cosmological objects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Prevent the leakage of imports into namespace #34

Closed rbiswas4 closed 8 years ago

rbiswas4 commented 8 years ago

Currently, modules in the monitor package import several packages without defining an __all__, and then use a from module import * style. This causes a leakage of all imported package names into the monitor namespace. We need to change this.