mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-22 08:01:21 -04:00
Don't need BaseShareMode yet
This commit is contained in:
parent
403125f844
commit
b2c155991e
1 changed files with 0 additions and 19 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue