Skip to content

Commit

Permalink
Renamed _helpers to _utils
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 13, 2020
1 parent aabf4ee commit 594a54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion revitron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
import pyrevit
import os

from revitron._helpers import *
from revitron._utils import *
from revitron.boundingbox import *
from revitron.element import *
from revitron.excel import *
Expand All @@ -93,6 +93,7 @@
from revitron.filter import *
from revitron.link import *
from revitron.parameter import *
from revitron.raytrace import *
from revitron.room import *
from revitron.roomtag import *
from revitron.selection import *
Expand Down
File renamed without changes.

0 comments on commit 594a54d

Please sign in to comment.