Mercurial > libervia-desktop-kivy
comparison src/cagou/core/profile_manager.py @ 56:817a45e6d7e3
core (profile_manager): fixed bad import
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Sep 2016 11:49:36 +0200 |
parents | ba14b596b90e |
children | 1922506846be |
comparison
equal
deleted
inserted
replaced
55:b0011c6dc7dc | 56:817a45e6d7e3 |
---|---|
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 | 20 |
21 from sat.core import log as logging | 21 from sat.core import log as logging |
22 log = logging.getLogger(__name__) | 22 log = logging.getLogger(__name__) |
23 from sat_frontends.constants import Const as C | 23 from .constants import Const as C |
24 from sat_frontends.quick_frontend.quick_profile_manager import QuickProfileManager | 24 from sat_frontends.quick_frontend.quick_profile_manager import QuickProfileManager |
25 from kivy.uix.boxlayout import BoxLayout | 25 from kivy.uix.boxlayout import BoxLayout |
26 from kivy.uix import listview | 26 from kivy.uix import listview |
27 from kivy.uix.button import Button | 27 from kivy.uix.button import Button |
28 from kivy.uix.screenmanager import ScreenManager, Screen | 28 from kivy.uix.screenmanager import ScreenManager, Screen |