| Home | Trees | Indices | Help |
|
|---|
|
|
The Python implementation of the Zero Install injector is divided into five sub-packages:
Copyright: (C) 2010, 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. |
|
| Variables | |
version = '1.4.1'
|
|
localedir = join(dirname(dirname(__file__)), 'share', '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 Tue Oct 25 15:59:00 2011 | http://epydoc.sourceforge.net |