1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
Jeremy Stretch
2017-05-24 14:22:37 -04:00
parent 138cbf9761
commit ebddc46bc0

View File

@@ -1,5 +1,6 @@
from __future__ import unicode_literals
class HttpStatusMixin(object):
"""
Custom mixin to provide more detail in the event of an unexpected HTTP response.