1
0

update android interface

This commit is contained in:
thomasv
2013-10-07 20:11:41 +02:00
parent 1741d1cbd0
commit b00175d00d
3 changed files with 47 additions and 44 deletions

View File

@@ -46,6 +46,8 @@ def user_dir():
return os.path.join(os.environ["APPDATA"], "Electrum")
elif "LOCALAPPDATA" in os.environ:
return os.path.join(os.environ["LOCALAPPDATA"], "Electrum")
elif 'ANDROID_DATA' in os.environ:
return "/sdcard/electrum/"
else:
#raise BaseException("No home directory found in environment variables.")
return