[Sugar-devel] [PATCH jukebox] setup.py: Remove the bundle name from bundlebuild start method
Manuel Quiñones
manuq at laptop.org
Wed Jun 13 08:16:52 EDT 2012
Thanks Simon, patch looks good for me, after applying I did "python
setup.py build" and the following warning is gone:
"WARNING:root:bundle_name deprecated, now comes from activity.info"
2012/6/13 Simon Schampijer <simon at schampijer.de>:
> bundle_name is deprecated, now comes from activity.info
>
> Signed-off-by: Simon Schampijer <simon at laptop.org>
Reviewed-by: Manuel Quiñones <manuq at laptop.org>
> ---
> setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/setup.py b/setup.py
> index 318c786..d3ab3a3 100755
> --- a/setup.py
> +++ b/setup.py
> @@ -18,4 +18,4 @@
>
> from sugar.activity import bundlebuilder
>
> -bundlebuilder.start('Jukebox')
> +bundlebuilder.start()
> --
> 1.7.10.2
>
> _______________________________________________
> Sugar-devel mailing list
> Sugar-devel at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
--
.. manuq ..
More information about the Sugar-devel
mailing list