17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
28
## XXX: This is pretty slow on high-latency connections because it
21
29
## doesn't keep the HTTP connection alive. If you have a smart local
22
30
## proxy it may be much better. Eventually I want to switch to
23
31
## urlgrabber which should use HTTP much more efficiently.
28
36
from cStringIO import StringIO
31
39
from revision import Revision
32
40
from branch import Branch
33
41
from inventory import Inventory