mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
class SeqValue:
|
||||
|
Loading…
x
Reference in New Issue
Block a user