[Sugar-devel] [PATCH] make 'setup.py genpot' produce a pot without a full path in filenames #2508
Simon Schampijer
simon at schampijer.de
Mon Feb 14 11:20:03 EST 2011
On 02/12/2011 02:14 PM, Sascha Silbe wrote:
> Excerpts from Simon Schampijer's message of Mon Nov 29 13:21:03 +0100 2010:
>
>> - python_files.append(os.path.join(root, file_name))
>> + relpath = os.path.relpath(os.path.join(root, file_name),
>> + config.source_dir)
>> + python_files.append(relpath)
>
> Pushed (with minor changes) as b30bc01 [1], thanks!
>
> Sascha
>
> [1] http://git.sugarlabs.org/sugar-toolkit/mainline/commit/b30bc0151c357f0e60eb92c934daa56ca28d2df0
Thanks, I am ok with your changes.
Simon
More information about the Sugar-devel
mailing list