Skip to content

Commit bc64ec2

Browse files
committed
Keep figure.py and base_plotting.py in original directory
1 parent 6220a6b commit bc64ec2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

pygmt/figure/__init__.py renamed to pygmt/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self):
6666
self._activate_figure()
6767

6868
# GMT Supplementary modules
69-
from .meca import meca
69+
from pygmt.src.meca import meca
7070

7171
def __del__(self):
7272
# Clean up the temporary directory that stores the previews
File renamed without changes.

0 commit comments

Comments
 (0)