Skip to content

Commit

Permalink
Don't need a gmt.modules package
Browse files Browse the repository at this point in the history
Move the contents to the main package. They are separate from the clib
and that is enough.
  • Loading branch information
leouieda committed Jul 5, 2017
1 parent 19159c5 commit 252d5df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion gmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from ._version import get_versions

# Import modules to make the high-level GMT Python API
from .modules import pscoast, begin, end, figure
from .ps_modules import pscoast
from .session_management import begin, end, figure


__version__ = get_versions()['version']
Expand Down
5 changes: 0 additions & 5 deletions gmt/modules/__init__.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Session management modules: begin, end, figure, clean
"""
from .. import clib
from . import clib


def begin(prefix='gmtsession', fmt='pdf'):
Expand Down

0 comments on commit 252d5df

Please sign in to comment.