~mordred/tarmac/fix-pre-commit-test-exception

« back to all changes in this revision

Viewing changes to tarmac/tests/mock.py

  • Committer: Paul Hummer
  • Date: 2010-04-24 03:36:30 UTC
  • Revision ID: paul@eventuallyanyway.com-20100424033630-gfcy4kx6vbxedii1
Changed references of tarmac.bin2 to tarmac.bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.branch import Branch
24
24
from bzrlib.bzrdir import BzrDir
25
25
 
26
 
from tarmac.bin2.commands import TarmacCommand
 
26
from tarmac.bin.commands import TarmacCommand
27
27
 
28
28
 
29
29
class MockLPProject(object):