summaryrefslogtreecommitdiff
path: root/src/silx/third_party/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/third_party/__init__.py')
-rw-r--r--src/silx/third_party/__init__.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/silx/third_party/__init__.py b/src/silx/third_party/__init__.py
index 156563c..388430b 100644
--- a/src/silx/third_party/__init__.py
+++ b/src/silx/third_party/__init__.py
@@ -1,7 +1,6 @@
-# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2015-2018 European Synchrotron Radiation Facility
+# Copyright (c) 2015-2023 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -31,3 +30,12 @@ This is meant for internal use.
__authors__ = ["Jérôme Kieffer"]
__license__ = "MIT"
__date__ = "09/10/2015"
+
+from silx.utils.deprecation import deprecated_warning
+
+deprecated_warning(
+ "Module",
+ "silx.third_party",
+ since_version="2.0.0",
+ replacement="fabio",
+)