Skip to content

Commit

Permalink
Merge pull request #22 from rchristie/heart1
Browse files Browse the repository at this point in the history
Rename Scaffoldmaker class for Python 2 import
  • Loading branch information
rchristie authored Oct 1, 2018
2 parents 6853716 + c6b167b commit ca31652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from scaffoldmaker.meshtypes.meshtype_3d_tubeseptum1 import MeshType_3d_tubeseptum1


class Scaffoldmaker(object):
class Scaffolds(object):

def __init__(self):
self._allMeshTypes = [
Expand Down

0 comments on commit ca31652

Please sign in to comment.