Browse Source

Removed uselss comment.

283
Chris Glass 11 years ago
parent
commit
2765b66411
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -123,7 +123,7 @@ class WalletStorage:
f.write( s )
f.close()
if 'ANDROID_DATA' not in os.environ:
import stat #XXX: IS this really android only?
import stat
os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE)

Loading…
Cancel
Save