From: Gilles DAVID Date: Tue, 18 Apr 2017 14:24:44 +0000 (+0200) Subject: [PY3] Remove obsolete module import X-Git-Tag: V9_0_0~10^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=34ed2b3910aadddb3fb22d783568e381ed0fe9d1;p=modules%2Fparavis.git [PY3] Remove obsolete module import --- diff --git a/src/PV_SWIG/presentations.py b/src/PV_SWIG/presentations.py index 20456866..c9b4c044 100644 --- a/src/PV_SWIG/presentations.py +++ b/src/PV_SWIG/presentations.py @@ -30,7 +30,6 @@ import os import re import warnings from math import sqrt, sin, cos, radians -from string import upper # Do not use pv as a short name. # It is a name of function from numpy and may be redefined implicitly by 'from numpy import *' call.