mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-22 16:11:18 -04:00
Missing import
This commit is contained in:
parent
74edae02a4
commit
790fe245e3
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import inspect
|
import inspect
|
||||||
|
import shutil
|
||||||
|
|
||||||
from . import strings
|
from . import strings
|
||||||
from onionshare_cli.onion import Onion
|
from onionshare_cli.onion import Onion
|
||||||
|
@ -328,7 +329,7 @@ class GuiCommon:
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}""",
|
}""",
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_tor_paths(self):
|
def get_tor_paths(self):
|
||||||
if self.common.platform == "Linux":
|
if self.common.platform == "Linux":
|
||||||
tor_path = shutil.which("tor")
|
tor_path = shutil.which("tor")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue