Skip to content

Commit fe667a3

Browse files
committed
wrong import
1 parent d3c51a2 commit fe667a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/modifiers/vertexmodifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
compas.raise_if_ironpython()
1616

1717
try:
18-
from propertylist import PropertyListForm
18+
from compas_rhino.etoforms import PropertyListForm
1919

2020
except:
2121
try:

0 commit comments

Comments
 (0)