Don't need BaseShareMode yet

This commit is contained in:
Micah Lee 2019-05-22 19:55:55 -07:00
parent 63ced56250
commit 91238366b1
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -1,19 +0,0 @@
import os
import sys
import tempfile
import zipfile
import mimetypes
import gzip
from flask import Response, request, render_template, make_response
from .. import strings
class ShareModeWeb(object):
"""
This is the base class that includes shared functionality between share mode
and website mode
"""
def __init__(self, common, web):
self.common = common
self.web = web