Source code for shuup.utils.deprecation

#!/usr/bin/env python


[docs] class RemovedInShuup20Warning(PendingDeprecationWarning): pass
[docs] class RemovedFromShuupWarning(DeprecationWarning): pass
RemovedInFutureShuupWarning = RemovedInShuup20Warning