Skip to content

Commit

Permalink
Cosmetics: Update all startup script docstrings OpenPype -> AYON
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 5, 2024
1 parent d4971d7 commit ab6694a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python2.7libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.10libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.7libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_houdini/startup/python3.9libs/pythonrc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""OpenPype startup script."""
"""AYON startup script."""
from ayon_core.pipeline import install_host
from ayon_houdini.api import HoudiniHost

Expand Down

0 comments on commit ab6694a

Please sign in to comment.