Comment 5 for bug 1014429

Revision history for this message
Giacomo Giustozzi (psychowood) wrote :

Seems to be some bad/mixed indendation, even if it should jsut give a warn instead of an error.

----
python -tt -m py_compile ls-dbus-backend
TabError: ('inconsistent use of tabs and spaces in indentation', ('ls-dbus-backend', 25, 60, ' self._datadir = "/usr/share/language-selector/"\n'))
TabError: ('inconsistent use of tabs and spaces in indentation', ('ls-dbus-backend', 26, 57, " self._re_locale = re.compile(r'^[\\w.@:-]+$')\n"))
TabError: ('inconsistent use of tabs and spaces in indentation', ('ls-dbus-backend', 110, 35, '\tserver = LanguageSelectorServer()\n'))
TabError: ('inconsistent use of tabs and spaces in indentation', ('ls-dbus-backend', 111, 26, '\tgobject.MainLoop().run()\n'))
----

Apply with

patch ls-dbus-backend patch.txt