Make imports GUI agnostic
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
from gi.repository import GObject
|
||||
from gi.repository import Gtk
|
||||
|
||||
from gajim.gtk.settings import SettingsDialog
|
||||
from gajim.gtk.settings import SpinSetting
|
||||
from gajim.gtk.const import Setting
|
||||
from gajim.gtk.const import SettingType
|
||||
from gajim.gui.settings import SettingsDialog
|
||||
from gajim.gui.settings import SpinSetting
|
||||
from gajim.gui.const import Setting
|
||||
from gajim.gui.const import SettingType
|
||||
|
||||
from gajim.plugins.plugins_i18n import _
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[info]
|
||||
name: Latex
|
||||
short_name: latex
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
description: Render LaTeX markup for $$foobar$$ sourrounded LaTeX equations.
|
||||
authors: Yves Fischer <yvesf@xapek.org>
|
||||
Yann Leboulanger <asterix@lagaule.org>
|
||||
|
||||
Reference in New Issue
Block a user