Use 'from __future__ import absolute_import' to make the right paths be imported
This commit is contained in:
parent
de2317278b
commit
89bbd35906
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Shortcut openEMS import
|
||||
from __future__ import absolute_import
|
||||
|
||||
from openEMS.openEMS import openEMS
|
||||
|
@ -15,6 +15,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from __future__ import absolute_import
|
||||
|
||||
import os
|
||||
import numpy as np
|
||||
|
@ -15,6 +15,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from __future__ import absolute_import
|
||||
|
||||
import os
|
||||
import numpy as np
|
||||
|
Loading…
Reference in New Issue
Block a user