Skip to content

Commit 8893877

Browse files
weiji14seisman
andcommitted
Update __init__.py with meca import
Co-Authored-By: Dongdong Tian <[email protected]>
1 parent 89b62a2 commit 8893877

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pygmt/base_plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1581,4 +1581,4 @@ def text(
15811581
lib.call_module("text", arg_str)
15821582

15831583
# GMT Supplementary modules
1584-
from pygmt.src.meca import meca # pylint: disable=import-outside-toplevel
1584+
from pygmt.src import meca # pylint: disable=import-outside-toplevel

pygmt/src/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""
2+
Source code for PyGMT modules
3+
"""
4+
from pygmt.src.meca import meca

0 commit comments

Comments
 (0)