mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 06:42:37 -04:00
Fix some codestyle issues according to pep8.
This commit is contained in:
parent
d50601f5bd
commit
7446cee655
8 changed files with 35 additions and 33 deletions
|
@ -26,7 +26,7 @@ import common
|
|||
try:
|
||||
import onionshare
|
||||
except ImportError:
|
||||
sys.path.append(os.path.abspath(common.onionshare_gui_dir+"/.."))
|
||||
sys.path.append(os.path.abspath(common.onionshare_gui_dir + "/.."))
|
||||
import onionshare
|
||||
from onionshare import strings, helpers, web
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue