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

@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os, sys, inspect, platform
from onionshare import helpers
def get_onionshare_gui_dir():
p = helpers.get_platform()
if p == 'Darwin':