mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
p3d: add deprecation notice to all direct.p3d modules
This commit is contained in:
parent
afd7fc8a25
commit
c02bbe50af
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["DWBPackageInstaller"]
|
__all__ = ["DWBPackageInstaller"]
|
||||||
|
|
||||||
from direct.p3d.PackageInstaller import PackageInstaller
|
from direct.p3d.PackageInstaller import PackageInstaller
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["FileSpec"]
|
__all__ = ["FileSpec"]
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["HostInfo"]
|
__all__ = ["HostInfo"]
|
||||||
|
|
||||||
from panda3d.core import HashVal, Filename, PandaSystem, DocumentSpec, Ramfile
|
from panda3d.core import HashVal, Filename, PandaSystem, DocumentSpec, Ramfile
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["InstalledHostData"]
|
__all__ = ["InstalledHostData"]
|
||||||
|
|
||||||
from panda3d.core import URLSpec
|
from panda3d.core import URLSpec
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["InstalledPackageData"]
|
__all__ = ["InstalledPackageData"]
|
||||||
|
|
||||||
class InstalledPackageData:
|
class InstalledPackageData:
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["PackageInfo"]
|
__all__ = ["PackageInfo"]
|
||||||
|
|
||||||
from panda3d.core import Filename, DocumentSpec, Multifile, Decompressor, EUOk, EUSuccess, VirtualFileSystem, Thread, getModelPath, ExecutionEnvironment, PStatCollector, TiXmlDocument, TiXmlDeclaration, TiXmlElement
|
from panda3d.core import Filename, DocumentSpec, Multifile, Decompressor, EUOk, EUSuccess, VirtualFileSystem, Thread, getModelPath, ExecutionEnvironment, PStatCollector, TiXmlDocument, TiXmlDeclaration, TiXmlElement
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["PackageInstaller"]
|
__all__ = ["PackageInstaller"]
|
||||||
|
|
||||||
from direct.showbase.DirectObject import DirectObject
|
from direct.showbase.DirectObject import DirectObject
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["PackageMerger", "PackageMergerError"]
|
__all__ = ["PackageMerger", "PackageMergerError"]
|
||||||
|
|
||||||
from direct.p3d.FileSpec import FileSpec
|
from direct.p3d.FileSpec import FileSpec
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["PatchMaker"]
|
__all__ = ["PatchMaker"]
|
||||||
|
|
||||||
from direct.p3d.FileSpec import FileSpec
|
from direct.p3d.FileSpec import FileSpec
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["ScanDirectoryNode"]
|
__all__ = ["ScanDirectoryNode"]
|
||||||
|
|
||||||
from panda3d.core import VirtualFileSystem, VirtualFileMountSystem, Filename, TiXmlDocument
|
from panda3d.core import VirtualFileSystem, VirtualFileMountSystem, Filename, TiXmlDocument
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
"""
|
||||||
|
.. deprecated:: 1.10.0
|
||||||
|
The p3d packaging system has been replaced with the new setuptools-based
|
||||||
|
system. See the :ref:`distribution` manual section.
|
||||||
|
"""
|
||||||
__all__ = ["SeqValue"]
|
__all__ = ["SeqValue"]
|
||||||
|
|
||||||
class SeqValue:
|
class SeqValue:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user