| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
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.gettexta function for translating strings using the zero-install domain (for use internally by Zero Install) | |
| Variables Details | 
| translation
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |