[PATCH 2/2] rtemstoolkit: msys2 compatibility

Chris Johns chrisj at rtems.org
Fri Jan 8 08:23:58 UTC 2016


On 8/01/2016 6:00 PM, Sebastian Huber wrote:
> ---
>  rtemstoolkit/options.py | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py
> index 132445e..a5318fa 100644
> --- a/rtemstoolkit/options.py
> +++ b/rtemstoolkit/options.py
> @@ -38,16 +38,15 @@ import pprint
>  import re
>  import os
>  import string
> -
> -import error
> -import execute
> -import git
> -import log
> -import macros
> -import path
>  import sys
>  
> -import version
> +from . import error
> +from . import execute
> +from . import log
> +from . import macros
> +from . import path
> +
> +from . import version
>  

Is there any doco on the net why this change is needed like it is? It
may work but I would to understand why before pushing it to the repo.

Thanks
Chris



More information about the devel mailing list