Skip to content

Commit

Permalink
rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 13, 2015
1 parent 28e9251 commit f19aa94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
from .model import ModelFamily
from . import array
core._set_array_module(array)
from .built import version, build, versions, build_config
try:
from .built import version, build, versions, build_config
del built
except NameError:
pass
except (NameError, ImportError):
version, build, versions, build_config = "","",{},""

try:
from . import linalg
Expand Down

0 comments on commit f19aa94

Please sign in to comment.