~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_non_ascii.py

  • Committer: John Arbash Meinel
  • Date: 2006-05-02 20:46:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060502204611-02caa5c20fb84ef8
Moved url functions into bzrlib.urlutils

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import bzrlib
25
25
from bzrlib.tests import TestCaseInTempDir, TestSkipped
26
26
from bzrlib.trace import mutter, note
27
 
from bzrlib.osutils import local_path_to_url, urlfordisplay
 
27
import bzrlib.urlutils as urlutils
28
28
 
29
29
 
30
30
class TestNonAscii(TestCaseInTempDir):