Fix some codestyle issues according to pep8.

This commit is contained in:
Lazlo Westerhof 2015-06-26 19:38:22 +02:00
parent d50601f5bd
commit 7446cee655
8 changed files with 35 additions and 33 deletions

View file

@ -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