mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Don't need BaseShareMode yet
This commit is contained in:
parent
63ced56250
commit
91238366b1
@ -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
|
Loading…
Reference in New Issue
Block a user