mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix int.py
This commit is contained in:
parent
ff0faa176d
commit
fea5b55ebb
1 changed files with 0 additions and 6 deletions
|
|
@ -3,8 +3,6 @@ import sys
|
|||
|
||||
import imp
|
||||
|
||||
from app.lib import templ
|
||||
|
||||
from pyblish import api as pyblish
|
||||
from avalon import api as avalon
|
||||
|
||||
|
|
@ -18,10 +16,6 @@ PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|
|||
PUBLISH_PATH = os.path.join(PLUGINS_DIR, "global", "publish")
|
||||
LOAD_PATH = os.path.join(PLUGINS_DIR, "global", "load")
|
||||
|
||||
__all__ = [
|
||||
"templ",
|
||||
]
|
||||
|
||||
|
||||
def install():
|
||||
print("Registering global plug-ins..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue