Skip to content

Commit

Permalink
Merge pull request skycoin#72 from simelo/stdevHan_t71_remove_skyerror
Browse files Browse the repository at this point in the history
Fixes skycoin#71 Remove skyerror.py
  • Loading branch information
olemis authored Dec 26, 2018
2 parents 7198285 + 7a4b01d commit c4b3a4a
Show file tree
Hide file tree
Showing 6 changed files with 9,953 additions and 10,112 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ tests/mytest.py
*.swo

# IDES
.idea/
.idea/
.vscode/
2 changes: 0 additions & 2 deletions skycoin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

__version__ = "0.25.0"
init_error = None

Expand All @@ -7,7 +6,6 @@ def _print2stderr(msg):

try:
from .skycoin import *
from .skyerror import *
except (AttributeError, ImportError) as _err :
init_error = _err

Expand Down
Loading

0 comments on commit c4b3a4a

Please sign in to comment.