~ubuntu-branches/ubuntu/raring/oneconf/raring-proposed

« back to all changes in this revision

Viewing changes to oneconf/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-08-19 07:21:32 UTC
  • Revision ID: james.westby@ubuntu.com-20110819072132-k81zm64sfh2ouvu2
Tags: 0.2.5
oneconf/hosts.py: Don't use gi.repository.Gio, as we are using static
bindings here still (gtk, gobject, etc.); call "gsettings" instead. This
can be put back once the GUI etc. gets ported to GI, and we switch to the
ported software-center. (LP: #829186)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
VERSION='0.2.4'
 
2
VERSION='0.2.5'
3
3
CODENAME='oneiric'
4
4
DISTRO='Ubuntu'
5
5
RELEASE='11.10'