[Pkg-bazaar-commits] ./bzr/unstable r418: - fix typo
Martin Pool
mbp at sourcefrog.net
Fri Apr 10 07:43:38 UTC 2009
------------------------------------------------------------
revno: 418
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-09 18:33:14 +1000
message:
- fix typo
modified:
bzrlib/remotebranch.py
-------------- next part --------------
=== modified file 'bzrlib/remotebranch.py'
--- a/bzrlib/remotebranch.py 2005-05-09 08:30:42 +0000
+++ b/bzrlib/remotebranch.py 2005-05-09 08:33:14 +0000
@@ -79,7 +79,7 @@
ff = get_url(url + '/.bzr/branch-format')
ff.close()
return url
- except urllib.URLError:
+ except urllib2.URLError:
pass
try:
More information about the Pkg-bazaar-commits
mailing list