/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: John Arbash Meinel
  • Date: 2008-12-19 19:14:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3915.
  • Revision ID: john@arbash-meinel.com-20081219191443-4ejob1cx0ia53sp0
Use cStringIO instead of StringIO

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import os
26
26
import parser
27
27
import re
28
 
from StringIO import StringIO
 
28
from cStringIO import StringIO
29
29
import symbol
30
30
import sys
31
31
import token