sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
216 stars 112 forks source link

Sharptab __init__.py has removed module sars in __all__ declaration #73

Closed aarande closed 8 years ago

aarande commented 8 years ago

In sharppy.sharptab.init.py in the all declaration the module 'sars' is included in the list but does not exist in sharptab. Causes problems when doing a from sharppy.sharptab import *

tsupinie commented 8 years ago

Sorry for the late response on this, but the sars module isn't in sharptab, it's in databases. 'sars' is in the __all__ declaration in sharppy/databases/__init__.py.

aarande commented 8 years ago

Hi Tim...sorry for my late response also. I know it is in databases all but the issue is it was left in the all declaration in sharptab by mistake.

keltonhalbert commented 8 years ago

Hi @aarande - I've just corrected this in both the development and live branch. Thanks for the heads up and sorry it took so long to correct it.