Comment for circular import of Python module

This commit is contained in:
Gaute Lindkvist 2019-08-26 10:03:56 +02:00
parent 51793ea7b3
commit a1f9c4c1cd

View File

@ -1,4 +1,4 @@
import rips.Case
import rips.Case # Circular import of Case, which already imports View. Use full name.
from rips.Commands import Commands
from rips.PdmObject import PdmObject