Skip to content

Commit

Permalink
path module import was missing. fixes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
fstwn committed Sep 29, 2020
1 parent 959f107 commit 14696df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion usrobj_src/Cockatoo_ExtractKnitConstraintsFromTubularMesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
Remarks:
Author: Max Eschenbach
License: MIT License
Version: 200813
Version: 200929
"""

# PYTHON STANDARD LIBRARY IMPORTS
from __future__ import division
import clr
from os import path

# GHPYTHON SDK IMPORTS
from ghpythonlib.componentbase import executingcomponent as component
Expand Down

0 comments on commit 14696df

Please sign in to comment.