/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 test_version_info.py

  • Committer: John Arbash Meinel
  • Date: 2005-12-29 00:54:31 UTC
  • mto: (2022.1.1 version-info-55794)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20051229005431-63b97b439bbd71e1
Removing errors.py since UncleanError is no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
from generate_version_info import (is_clean,
33
33
        generate_rio_version, generate_python_version)
34
 
from errors import UncleanError
35
34
 
36
35
 
37
36
class TestIsClean(TestCaseInTempDir):