/mirrors/bzr.webdav

To get this branch, use:
bzr branch bzr+ssh://bazaar.launchpad.net/+branch/bzr.webdav/

« back to all changes in this revision

Viewing changes to webdav.py

  • Committer: Vincent Ladeuil
  • Date: 2013-08-10 14:28:09 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20130810142809-1wo9ep9k0s404h6s
Remove more unused imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from cStringIO import StringIO
25
25
import os
26
26
import random
27
 
import re
28
27
import sys
29
28
import time
30
 
import urllib2
31
29
import xml.sax
32
30
import xml.sax.handler
33
31
 
37
35
    osutils,
38
36
    trace,
39
37
    transport,
40
 
    urlutils,
41
38
    )
42
39
from bzrlib.transport.http import (
43
40
    _urllib,