Salome HOME
merge conflict
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoaderTest.py
index 7b50d9213959ea042257faa4ee4b311197dacafb..38ee4afa9671e1d4251aa830e5644ab2fb5b6a13 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2015  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
@@ -752,4 +752,5 @@ class MEDLoaderTest(unittest.TestCase):
         pass
     pass
 
-unittest.main()
+if __name__ == "__main__":
+  unittest.main()