| Home | Trees | Indices | Help |
|
|---|
|
|
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.ugettexta 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 Sat Jul 3 20:30:42 2010 | http://epydoc.sourceforge.net |