comparison src/cagou/core/xmlui.py @ 55:b0011c6dc7dc

core (xmlui): fixed bad import
author Goffi <goffi@goffi.org>
date Fri, 16 Sep 2016 11:48:08 +0200
parents 65775152aac1
children a9c6b089070d
comparison
equal deleted inserted replaced
54:514c187afebc 55:b0011c6dc7dc
16 16
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
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 from sat.core.i18n import _ 20 from sat.core.i18n import _
21 from sat_frontends.constants import Const as C 21 from .constants import Const as C
22 from sat.core.log import getLogger 22 from sat.core.log import getLogger
23 log = getLogger(__name__) 23 log = getLogger(__name__)
24 from sat_frontends.tools import xmlui 24 from sat_frontends.tools import xmlui
25 from kivy.uix.scrollview import ScrollView 25 from kivy.uix.scrollview import ScrollView
26 from kivy.uix.gridlayout import GridLayout 26 from kivy.uix.gridlayout import GridLayout