Don't use test_expect_failure for tests that are supposed to work
[stgit] / stgit / exception.py
1 class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass