Remove planned bootstrap setup compression support hooks

This commit is contained in:
Roberto Rosario
2012-10-15 23:24:48 -04:00
parent d64feb0cba
commit b54dff51a6
2 changed files with 0 additions and 14 deletions

View File

@@ -12,13 +12,6 @@ logger = logging.getLogger(__name__)
class BootstrapSetupManager(models.Manager):
def explode(self, data):
"""
Gets a compressed and compacted bootstrap setup and creates a new
database BootstrapSetup instance
"""
pass
def dump(self, serialization_format):
"""
Get the current setup of Mayan in bootstrap format fixture

View File

@@ -66,13 +66,6 @@ class BootstrapSetup(models.Model):
os.unlink(filepath)
def compress(self):
"""
Return a compacted and compressed version of the BootstrapSetup
instance, meant for download.
"""
return ''
@property
def cleaned_fixture(self):
"""