From: Chris Glass Date: Tue, 24 Jun 2014 13:48:50 +0000 (+0200) Subject: Removed uselss comment. X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=2765b6641171de9695f77798414d0c4df386c052 Removed uselss comment. --- diff --git a/lib/wallet.py b/lib/wallet.py index 58258d7..09c23bb 100644 --- a/lib/wallet.py +++ b/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)