cdasws 1.8.11__py3-none-any.whl → 1.8.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
cdasws/__main__.py CHANGED
@@ -48,7 +48,7 @@ import logging.config
48
48
  from typing import List
49
49
  import urllib3
50
50
  #import matplotlib.pyplot as plt
51
- from cdasws import CdasWs
51
+ from cdasws.cdasws import CdasWs
52
52
  from cdasws.timeinterval import TimeInterval
53
53
  from cdasws.datarequest import GraphOptions, ImageFormat, Overplot, TextFormat
54
54
  from cdasws.datarepresentation import DataRepresentation