Add a boundary to parse_patches in pick.py
[stgit] / stgit / exception.py
... / ...
CommitLineData
1class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass