]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Deprecated presentations.py - CoTech91
authorCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 25 Jul 2017 12:32:52 +0000 (14:32 +0200)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 25 Jul 2017 12:32:52 +0000 (14:32 +0200)
src/PV_SWIG/presentations.py

index 000216512bb723eaf357579d2288d3654713f2ee..658eb39facc75747bafece5c318dc804683435df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2017  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,10 +22,13 @@ This module is intended to provide Python API for building presentations
 typical for Post-Pro module (Scalar Map, Deformed Shape, Vectors, etc.)
 """
 
-
 from __future__ import division
 ##from __future__ import print_function
 
+import warnings
+warnings.simplefilter('always', DeprecationWarning)
+warnings.warn("the presentations.py module is deprecated", DeprecationWarning, stacklevel=2)
+
 import os
 import re
 import warnings