~ubuntu-branches/debian/sid/aptdaemon/sid

« back to all changes in this revision

Viewing changes to aptdaemon/policykit1.py

  • Committer: Package Import Robot
  • Author(s): Julian Andres Klode
  • Date: 2012-03-05 16:03:14 UTC
  • mfrom: (18.1.73 precise)
  • Revision ID: package-import@ubuntu.com-20120305160314-zhwgowgtnu14tlc2
Tags: 0.43+bzr769-1
* New upstream snapshot
  - Works without pkcompat (Closes: #652644)
* Merge with Ubuntu; remaining changes:
  - debian/control: Changes of Vcs, Maintainer stuff
  - Do not use dh-translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
import dbus
37
37
 
38
38
from defer import Deferred, inline_callbacks, return_value
39
 
from errors import NotAuthorizedError, AuthorizationFailed
 
39
from .errors import NotAuthorizedError, AuthorizationFailed
40
40
 
41
41
PK_ACTION_INSTALL_OR_REMOVE_PACKAGES = \
42
42
        "org.debian.apt.install-or-remove-packages"