예제 #1
0
"""

This is just a stub to redirect a function to its new location. This module
and the containing package can be deleted after a few days.

"""

from metatools.deprecate import renamed_func

from sgfs.maya.workspace import open_parent_in_shotgun

# The only function that was exporter previously.
run = renamed_func(open_parent_in_shotgun, 'run', __name__)
예제 #2
0
"""

This is just a stub to redirect a function to its new location. This module
and the containing package can be deleted after a few days.

"""

from metatools.deprecate import renamed_func

from sgfs.maya.workspace import pick_workspace

# The only function that was exporter previously.
run = renamed_func(pick_workspace, 'run', __name__)