Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed Nov 9, 2024
1 parent 4fad97e commit 3871a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/3.x/python/Element.MoveToPoint.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Phython-Standard- und DesignScript-Bibliotheken laden
import sys
import clr
clr.AddReference('RevitNodes', 'RevitServices')
clr.AddReference('RevitNodes')
clr.AddReference('RevitServices')
from RevitServices.Transactions import TransactionManager
from RevitServices.Persistence import DocumentManager
import Revit
Expand Down

0 comments on commit 3871a89

Please sign in to comment.