Removed uselss comment.

This commit is contained in:
Chris Glass 2014-06-24 15:48:50 +02:00
parent 01f3e31c6b
commit 2765b66411
1 changed files with 1 additions and 1 deletions

View File

@ -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)