Salome HOME
venv directory is configured in config_appli.xml file
[modules/kernel.git] / src / SALOMESDS / SalomeSDSClt.py
index c20c5b9366eb3973af5cf1289fc40a61c2b59378..07c03f742b8428145925bc32faf3855cef625157 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ import SALOME
 import pickle
 import SALOMEWrappedStdType
 
-class InvokatorStyle(object):
+class InvokatorStyle:
     def __init__(self,varPtr):
         self._var_ptr=varPtr
     def ptr(self):