debian/rules should be producing architecture independent packages
[stgit/dwhite.git] / stgit / exception.py
blob9933e6414c0ceb8e12385b1eab34dc5cf2cdc4e4
1 class StgException(Exception):
2 """Base class for all StGit exceptions."""
3 pass