Skip to content

Commit

Permalink
Merge pull request #87 from mgckind/api
Browse files Browse the repository at this point in the history
Api
  • Loading branch information
mgckind authored Sep 14, 2016
2 parents 23b1041 + 8af2fd9 commit cb98a6f
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 2 deletions.
3 changes: 3 additions & 0 deletions easyaccess/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from .easyaccess import *
from .version import __version__
from .eautils import db_api as api

version = __version__
__all__ = ["eautils", "config_ea", "easyaccess", "version"]


2 changes: 1 addition & 1 deletion easyaccess/eautils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__=["des_logo", "dircache", "dtypes", "fileio","fun_utils","import_utils"]
__all__=["db_api","des_logo", "dircache", "dtypes", "fileio","fun_utils","import_utils"]
Loading

0 comments on commit cb98a6f

Please sign in to comment.