diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-13 23:33:04 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-13 23:33:04 -0500 |
commit | cb1fb8926becfc80ecdfa643af81a543dacec5c5 (patch) | |
tree | d26bd7b9288a6e2b521d30aec4bdb4ba9c426e03 | |
parent | 02d16c4cc9abfe92e8a2827a7cd4bb26c7b6a679 (diff) |
combox/crypto.py: removed a `.' that somehow crept into the file at the bottom :<
-rw-r--r-- | combox/crypto.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/combox/crypto.py b/combox/crypto.py index a353113..1cf0bc1 100644 --- a/combox/crypto.py +++ b/combox/crypto.py @@ -142,4 +142,3 @@ def decrypt_and_glue(fpath, config): # write the glued content to fpath write_file(f, f_content) -. |