We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f575d3f + 4c9dfad commit 42c7807Copy full SHA for 42c7807
cookieplone/utils/plone.py
@@ -58,9 +58,7 @@ def format_python_codebase(path: Path):
58
func(path)
59
60
61
-def create_namespace_packages(
62
- path: Path, package_name: str, style: str = "pkg_resources"
63
-):
+def create_namespace_packages(path: Path, package_name: str, style: str = "native"):
64
"""Create namespace packages to hold an existing package."""
65
current = path.parent
66
for namespace in package_name.split(".")[:-1]:
news/115.feature
@@ -0,0 +1 @@
1
+Default to create Python native namespaces @gforcada
0 commit comments