We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7f591 commit ce3a632Copy full SHA for ce3a632
RevitPythonShell/DefaultConfig/init.py
@@ -59,9 +59,7 @@ def __init__(self, uiApplication):
59
clr.AddReference(rlapp.GetType().Assembly)
60
import RevitLookup
61
self.RevitLookup = RevitLookup
62
- # See note in CollectorExt.cs in the RevitLookup source:
63
- #self.RevitLookup.Snoop.CollectorExts.CollectorExt.m_app = uiApplication
64
- #self.revit = uiApplication
+
65
def IsInstalled(self):
66
if not self.RevitLookup:
67
print('RevitLookup not installed. Visit https://github.com/jeremytammik/RevitLookup to install.')
0 commit comments