diff options
Diffstat (limited to 'pycryptopp/cipher/__init__.py')
-rw-r--r-- | pycryptopp/cipher/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pycryptopp/cipher/__init__.py b/pycryptopp/cipher/__init__.py deleted file mode 100644 index 9033868..0000000 --- a/pycryptopp/cipher/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -import aes - -quiet_pyflakes=[aes] |