iDrDex / star_api

API access to STARGEO: stargeo.org
2 stars 2 forks source link

Remove import star #7

Closed dhimmel closed 8 years ago

dhimmel commented 8 years ago

The from xxxx import * syntax is dangerous (as we've seen with a previous bug), also makes it hard to know which method is being called.