~ubuntu-branches/ubuntu/natty/aptdaemon/natty

« back to all changes in this revision

Viewing changes to aptdaemon/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-10-20 09:40:01 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20101020094001-5ktl4cfuxnmvwb33
Tags: 0.33-0ubuntu1
* new upstream release
* debian/patches/06_rosetta_po_update.patch:
  - removed, upstream has up-to-date translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
__author__  = "Sebastian Heinlein <devel@glatzor.de>"
21
21
__state__   = "development"
22
 
__version__ = "0.3X"
 
22
__version__ = "0.33"
23
23
 
24
24
__all__ = ("client", "console", "core", "debconf", "defer", "enums",
25
25
           "errors", "gtkwidgets", "loop", "policykit1", "progress",