tests: limit public API in view_layer_common

This commit is contained in:
Campbell Barton 2018-01-04 11:57:45 +11:00
parent ea55af2163
commit 7fc1f42aae

@ -1,5 +1,19 @@
import unittest
__all__ = (
"Clay",
"MoveLayerCollectionTesting",
"MoveSceneCollectionSyncTesting",
"MoveSceneCollectionTesting",
"ViewLayerTesting",
"compare_files",
"dump",
"get_layers",
"get_scene_collections",
"query_scene",
"setup_extra_arguments",
)
# ############################################################
# Layer Collection Crawler
# ############################################################