changeset 6212 | e75aab656f46 |
parent 5140 | 792c1d979097 |
child 6215 | cb0434795fcd |
--- a/hgext/convert/transport.py Thu Mar 06 22:23:26 2008 +0100 +++ b/hgext/convert/transport.py Thu Mar 06 22:23:41 2008 +0100 @@ -18,10 +18,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -from cStringIO import StringIO -import os -from tempfile import mktemp - from svn.core import SubversionException, Pool import svn.ra import svn.client