~xnox/ubiquity/fix-value-errors

« back to all changes in this revision

Viewing changes to ubiquity/frontend/kde_ui.py

  • Committer: Dmitrijs Ledkovs
  • Date: 2012-09-24 10:24:23 UTC
  • mfrom: (5651.1.29 trunk)
  • Revision ID: dmitrijs.ledkovs@canonical.com-20120924102423-hnsl11gra0u43pxg
catch up from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# with Ubiquity; if not, write to the Free Software Foundation, Inc., 51
26
26
# Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
27
27
 
28
 
from __future__ import print_function
29
 
 
30
28
import atexit
31
29
import dbus
32
30
from functools import reduce