Rename out.start() to out.inf() in the publish command
[stgit] / stgit / exception.py
CommitLineData
87c93eab
KH
1class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass