webviz-subsurface 0.2.37__py3-none-any.whl → 0.2.38__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.
@@ -15,7 +15,8 @@ import pandas as pd
15
15
  # NOTE: Functions in this file cannot be used
16
16
  # on non-Linux OSes.
17
17
  try:
18
- from res2df.resdatafiles import ResdataFiles, common
18
+ from res2df import common
19
+ from res2df.resdatafiles import ResdataFiles
19
20
  except ImportError:
20
21
  pass
21
22