Salome HOME
Merge remote branch 'origin/V7_dev'
[modules/yacs.git] / src / SALOMESDS / SALOMEWrappedStdType.py
index d81b9f0c72d48e43ed3175f975074dbd0f06ce53..79b12a2b24d7cf622248de89b034e3ccaeddbfdd 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2016  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
@@ -69,6 +69,7 @@ class List(WrappedType):
     @abc.abstractmethod
     def sort(self,*args):
         _raiseNow("sort")
+    # work on local copy
     @abc.abstractmethod
     def count(self,*args):
         _raiseNow("count")