commit 3b616f1ecf7bb570c5d032a32d1d0c35795bcdb0
parent c0ba368436c93781dfc2218583be00b645cbe010
Author: ThomasV <thomasv1@gmx.de>
Date: Sun, 5 Jan 2014 00:09:17 -0800
Merge pull request #525 from bitcoindaddy/patch-1
Add OpenBSD support to util.py
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/util.py b/lib/util.py
@@ -59,6 +59,7 @@ def appdata_dir():
return os.path.join(sys.prefix, "share", "electrum")
elif (platform.system() == "Darwin" or
platform.system() == "DragonFly" or
+ platform.system() == "OpenBSD" or
platform.system() == "NetBSD"):
return "/Library/Application Support/Electrum"
else: