Salome HOME
Copyright update 2021
[modules/yacs.git] / src / pyqt / gui / browser_session.py
index 1fb3ce076e1475e172c33d728100ff5006251252..0d257437e8996da70072c9b20404b00dd7bad071 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2006-2021  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
@@ -19,8 +19,8 @@
 
 import sys
 from qt import *
-import browser
-import sessions
+from . import browser
+from . import sessions
 import pilot
 
 class Browser(browser.Browser):