Removed uselss comment.
authorChris Glass <tribaal@gmail.com>
Tue, 24 Jun 2014 13:48:50 +0000 (15:48 +0200)
committerChris Glass <tribaal@gmail.com>
Tue, 24 Jun 2014 13:48:50 +0000 (15:48 +0200)
lib/wallet.py

index 58258d7..09c23bb 100644 (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)