changed import so it would work
This commit is contained in:
parent
7559887e0f
commit
6b21fd80cb
@ -1,7 +1,7 @@
|
|||||||
from .test_vertex import TestVertex
|
from .test_vertex import TestVertex
|
||||||
from .test_edge import TestEdge
|
from .test_edge import TestEdge
|
||||||
from .test_polymesh import TestPM
|
from .test_polymesh import TestPM
|
||||||
from .subd.cc import TestCC
|
from .subd.test_cc import TestCC
|
||||||
|
|
||||||
|
|
||||||
# I only use the convoluted Class.__name__ to pass pyflakes (it complains about
|
# I only use the convoluted Class.__name__ to pass pyflakes (it complains about
|
||||||
|
Loading…
Reference in New Issue
Block a user