Skip to content

Commit c36c11f

Browse files
author
Onur Rauf Bingol
committed
Update imports
1 parent d3caef0 commit c36c11f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

geomdl/_exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
"""
99

10-
from geomdl import NURBS, compatibility
10+
from . import NURBS, compatibility
1111

1212

1313
def import_smesh_single(file_name):

geomdl/exchange.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
import os
1111
import struct
1212
import json
13-
from . import abstract
14-
from . import NURBS
15-
from . import multi
16-
from . import compatibility
17-
from . import operations
18-
from . import utilities
19-
from . import convert
13+
from . import abstract, NURBS, multi, compatibility, operations, utilities, convert
2014
from ._exchange import import_smesh_single, import_dict_crv, export_dict_crv, import_dict_surf, export_dict_surf
2115

2216

0 commit comments

Comments
 (0)