mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-29 14:58:46 -04:00
Refactor web.py to move all the web logic into the Web class, and refactor onionshare (cli) to work with it -- but onionshare_gui is currently broken
This commit is contained in:
parent
08957c5145
commit
0cec696055
3 changed files with 320 additions and 366 deletions
|
@ -22,7 +22,8 @@ import os, sys, platform, argparse
|
|||
from .alert import Alert
|
||||
from PyQt5 import QtCore, QtWidgets
|
||||
|
||||
from onionshare import strings, common, web
|
||||
from onionshare import strings, common
|
||||
from .web import Web
|
||||
from onionshare.onion import Onion
|
||||
from onionshare.onionshare import OnionShare
|
||||
from onionshare.settings import Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue