Files
mayan-edms/mayan/apps/storage/classes.py
2019-07-11 01:56:06 -04:00

11 lines
238 B
Python

from __future__ import unicode_literals
class FakeStorageSubclass(object):
"""
Placeholder class to allow serializing the real storage subclass to
support migrations.
"""
def __eq__(self, other):
return True