Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
fix premature import of lace
Browse files Browse the repository at this point in the history
  • Loading branch information
algrs committed Mar 3, 2017
1 parent 4ca8f9a commit 6ddafff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blmath/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion blmath/geometry/primitives/polyline.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def as_lines(self):
Return a Lines instance with our vertices and edges.
'''
from lace.lines import Lines
from bodylabs.mesh.lines import Lines
return Lines(v=self.v, e=self.e)

def to_dict(self, decimals=3):
Expand Down

0 comments on commit 6ddafff

Please sign in to comment.