~ubuntu-branches/ubuntu/maverick/aptdaemon/maverick-proposed

« back to all changes in this revision

Viewing changes to aptdaemon/utils.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Heinlein
  • Date: 2010-05-25 12:09:50 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20100525120950-mjx614j9wj0kk08s
Tags: 0.31+bzr403-0ubuntu1
* First release of the new 0.3X development branch 
* debian/patches:
  - Remove 01_enable_component: Merged upstream
  - Remove 02_fix_errback: Merged upstream
  - Remove 04_caution_is_good: Merged upstream
  - Remove 05_conffile_not_exists: Merged upstream
  - Update 03_auth_me_less: Remove cherry-picked PolicyKit enhancements
* aptdaemon.install: Ship the man pages
* control: Fix location of vcs

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
__author__ = "Sebastian Heinlein <devel@glatzor.de>"
24
24
 
 
25
__all__ = ("deprecated",)
 
26
 
25
27
import functools
26
28
import warnings
27
29