[Piglit] [PATCH] all.py: use os.path everywhere for consistency

Chad Versace chad.versace at intel.com
Tue Jun 3 14:24:55 PDT 2014


On Tue, Jun 03, 2014 at 08:01:53AM -0700, Brian Paul wrote:
> ---
>  tests/all.py |   11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
> 
> diff --git a/tests/all.py b/tests/all.py
> index e2d1c77..b8a246b 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -5,7 +5,6 @@ __all__ = ['profile']
>  
>  import itertools
>  import os
> -import os.path as path
>  import platform
>  import subprocess
>  import sys

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>



More information about the Piglit mailing list