You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Gavin Baumanis <ga...@thespidernet.com> on 2011/03/28 02:12:10 UTC

Re: [PATCH] Remove unused import from svntest/main.py

Ping. This patch submission has received no comments.


On 28/02/2011, at 2:15 AM, Noorul Islam K M wrote:

> 
> Attached patch removes unused import.
> 
> Log
> [[[
> 
> * subversion/tests/cmdline/svntest/main.py
>    Remove unused import.
> 
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
> ]]]
> 
> Thanks and Regards
> Noorul
> 
> Index: subversion/tests/cmdline/svntest/main.py
> ===================================================================
> --- subversion/tests/cmdline/svntest/main.py	(revision 1074971)
> +++ subversion/tests/cmdline/svntest/main.py	(working copy)
> @@ -29,7 +29,6 @@
> import re
> import stat    # for ST_MODE
> import subprocess
> -import copy    # for deepcopy()
> import time    # for time()
> import traceback # for print_exc()
> import threading


Re: [PATCH] Remove unused import from svntest/main.py

Posted by Hyrum K Wright <hy...@hyrumwright.org>.
r1086218.  Thanks for the ping.

-Hyrum

On Sun, Mar 27, 2011 at 7:12 PM, Gavin Baumanis <ga...@thespidernet.com> wrote:
> Ping. This patch submission has received no comments.
>
>
> On 28/02/2011, at 2:15 AM, Noorul Islam K M wrote:
>
>>
>> Attached patch removes unused import.
>>
>> Log
>> [[[
>>
>> * subversion/tests/cmdline/svntest/main.py
>>    Remove unused import.
>>
>> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
>> ]]]
>>
>> Thanks and Regards
>> Noorul
>>
>> Index: subversion/tests/cmdline/svntest/main.py
>> ===================================================================
>> --- subversion/tests/cmdline/svntest/main.py  (revision 1074971)
>> +++ subversion/tests/cmdline/svntest/main.py  (working copy)
>> @@ -29,7 +29,6 @@
>> import re
>> import stat    # for ST_MODE
>> import subprocess
>> -import copy    # for deepcopy()
>> import time    # for time()
>> import traceback # for print_exc()
>> import threading
>
>