Package zeroinstall
[frames] | no frames]

Package zeroinstall

source code

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


Copyright: (C) 2011, 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 if we tried to start a download and downloading is disabled.
  DryRun
We can't do something because this is a dry run (--dry-run).
Variables
  version = '2.0'
  logger = logging.getLogger('0install')
  localedir = join(dirname(dirname(__file__)), 'share', 'locale')
  translation = gettext.translation('zero-install', localedir= l...
  _ = translation.gettext
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)