Rev 4180: Fix typo in file:///home/vila/src/bzr/experimental/parallel-selftest/

Vincent Ladeuil v.ladeuil+lp at free.fr
Sun Mar 22 21:18:58 GMT 2009


At file:///home/vila/src/bzr/experimental/parallel-selftest/

------------------------------------------------------------
revno: 4180
revision-id: v.ladeuil+lp at free.fr-20090322211857-bxsowo1htmxutm4w
parent: v.ladeuil+lp at free.fr-20090322174759-lqlzz62sj65clpt8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: make-it-work
timestamp: Sun 2009-03-22 22:18:57 +0100
message:
  Fix typo
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2009-03-22 17:47:59 +0000
+++ b/bzrlib/tests/__init__.py	2009-03-22 21:18:57 +0000
@@ -3010,7 +3010,7 @@
 
 def local_concurrency():
     try:
-        content = file('/proc/cpuinfo', rb).read()
+        content = file('/proc/cpuinfo', 'rb').read()
         concurrency = cpucount(content)
     except Exception, e:
         concurrency = 1



More information about the bazaar-commits mailing list