[Arch] Fix regression in ArchProject.py...

...from eda726041b (diff-da1821ac61ef30c74c28b89cd2620b38) which caused error on IFC import.
This commit is contained in:
Syres916
2020-04-26 18:01:33 +01:00
committed by Yorik van Havre
parent ff5a903250
commit b210066650

View File

@@ -166,7 +166,7 @@ class _Project(ArchIFC.IfcContext):
"""Method run when the document is restored. Re-add the properties."""
self.setProperties(obj)
class _viewproviderproject(ArchIFCView.IfcContextView):
class _ViewProviderProject(ArchIFCView.IfcContextView):
"""A View Provider for the project object.
Parameters