BIM: Trim trailing newlines
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user