BIM: Trim trailing newlines

This commit is contained in:
luzpaz
2024-07-13 15:42:03 +00:00
committed by wwmayer
parent a4862b6819
commit 25e8aacbe3
20 changed files with 36 additions and 36 deletions

View File

@@ -629,10 +629,10 @@ class BIM_Classification:
def getIcon(self,obj):
"""returns a QIcon for an object"""
from PySide import QtCore, QtGui
import Arch_rc
if hasattr(obj.ViewObject, "Icon"):
return obj.ViewObject.Icon
elif hasattr(obj.ViewObject, "Proxy") and hasattr(obj.ViewObject.Proxy, "getIcon"):