Package zeroinstall
[frames] | no frames]

Package zeroinstall

source code

The Python implementation of the Zero Install injector is divided into four sub-packages:


Copyright: (C) 2009, Thomas Leonard

See Also: http://0install.net

Submodules

Classes
  SafeException
An exception that can be reported to the user without a stack trace.
  NeedDownload
Thrown by injector.autopolicy.AutoPolicy if we tried to start a download and downloading is disabled.
Variables
  version = '0.49'
  localedir = join(dirname(dirname(__file__)), 'locale')
  translation = gettext.translation('zero-install', localedir= l...
  _ = translation.ugettext
a function for translating strings using the zero-install domain (for use internally by Zero Install)
Variables Details

translation

Value:
gettext.translation('zero-install', localedir= localedir, fallback= Tr\
ue)