Skip to content

Commit

Permalink
Rename _apptemplate to _stubs given that it now supports all stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Jul 12, 2024
1 parent 896b72f commit 487a55e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py2app/_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
)

from . import _recipedefs # noqa: F401
from ._apptemplate import LauncherType, copy_launcher, get_plist
from ._bundlepaths import BundlePaths, bundle_paths
from ._config import BuildType, BundleOptions, Py2appConfiguration
from ._macho_audit import audit_macho_issues
from ._modulegraph import ModuleGraph
from ._progress import Progress
from ._recipes import process_recipes
from ._standalone import macho_standalone, rewrite_libpython, set_deployment_target
from ._stubs import LauncherType, copy_launcher, get_plist
from .util import codesign_adhoc, find_converter, reset_blocking_status # XXX: Replace


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 487a55e

Please sign in to comment.