-
class InstallL10n(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.InstallL10n'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['force', 'skip-build']
- command_name = 'install_l10n'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- description = 'install binary message catalogs'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- user_options = [('force', 'f', 'force installation (overwrite existing files)'), ('skip-build', None, 'skip the build steps')]