~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-05 15:17:01 UTC
  • mfrom: (1711.9.17 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060905151701-a66a42db631e39ec
(bialix): win32 test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import os
20
20
import sys
21
21
 
22
 
from bzrlib.tests import TestCaseWithTransport
 
22
from bzrlib.tests import TestCaseWithTransport, TestSkipped
23
23
 
24
24
 
25
25
class TestLocale(TestCaseWithTransport):