fix setup.py to make `pip install --user` possible in Linux
authorpitchforks <pitchforks5@yahoo.com>
Thu, 12 Dec 2013 16:14:32 +0000 (18:14 +0200)
committerpitchforks <pitchforks5@yahoo.com>
Thu, 12 Dec 2013 16:14:32 +0000 (18:14 +0200)
commit16cc2644db1df437778270106b642715bc7e8bd3
tree6758aab63695ee9e3231322f7a265bf714fa0b30
parent1004fbd8f89523facae934f9ee5885a66663fac2
fix setup.py to make `pip install --user` possible in Linux

added one more fallback to a local directory inside user's HOME, because
/usr/share/electrum for Linux was hardcoded in lib/util.py - see function
appdata_dir()
setup.py