From: mkr Date: Tue, 17 Jan 2006 13:33:36 +0000 (+0000) Subject: Fix for PAL11104 (InIn SuperV.py, useless "import readline" leads to useless X-Git-Tag: T_Supervisor_GUI_based_on_GLViewer_start~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=444c1df668eadf438045d3d8da3d4e72b1abff7b;p=modules%2Fsuperv.git Fix for PAL11104 (InIn SuperV.py, useless "import readline" leads to useless dependancy to the readline library) : remove import of useless "readline" library. --- diff --git a/src/Supervision/SuperV.py b/src/Supervision/SuperV.py index f68f82a..384509f 100644 --- a/src/Supervision/SuperV.py +++ b/src/Supervision/SuperV.py @@ -38,7 +38,6 @@ except : import os import re from types import * -import readline #try : # SuperVision = SuperV_Swig( len(sys.argv) , sys.argv ) diff --git a/src/Supervision/batchmode_SuperV.py b/src/Supervision/batchmode_SuperV.py index 17d3f24..ef2749d 100644 --- a/src/Supervision/batchmode_SuperV.py +++ b/src/Supervision/batchmode_SuperV.py @@ -40,7 +40,6 @@ except : import os import re from types import * -import readline import SALOMEDS import SALOMEDS_Attributes_idl #try :