[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] removing unused import in tools/dev/contribulyze.py

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-06-24 08:05:31 CEST

Hi All,
Find the attached patch.

With regards
Kamesh Jayachandran

[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>

* tools/dev/contribulyze.py
  removing unused import 'shutil'
]]]

Index: tools/dev/contribulyze.py
===================================================================
--- tools/dev/contribulyze.py (revision 20225)
+++ tools/dev/contribulyze.py (working copy)
@@ -38,7 +38,6 @@
 import os
 import sys
 import re
-import shutil
 import getopt
 try:
   my_getopt = getopt.gnu_getopt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 24 08:04:49 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.