update rst readme, remove unused import

This commit is contained in:
r4sas
2019-06-21 13:32:46 +00:00
parent 5d988e01fc
commit dc034b1d55
5 changed files with 23 additions and 31 deletions

View File

@@ -186,7 +186,6 @@ class Paste:
self._attachment = cipher_message['attachment']
self._attachment_name = cipher_message['attachment_name']
else:
from hashlib import sha256
from sjcl import SJCL
password = self.__preparePassKey()