PYTHON3 - find local module ECC-264

This commit is contained in:
Stephan Siemen 2018-10-05 17:18:47 +01:00
parent 4dbf82f3dd
commit a15ebd1426
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@ When this is enabed, then the system Python will be used to build the interface.
- NumPy
"""
import gribapi_swig as _internal
# from gribapi import gribapi_swig as _internal
from . import gribapi_swig as _internal
import types
import sys
import os