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