aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-02-18 12:33:55 +0800
committerAyrx <terrycwk1994@gmail.com>2014-02-21 11:13:35 +0800
commit8c1ad596b02f89cde6040e8626e07ca352182130 (patch)
tree49a82f2d0dae83dbda4fa0726071dbc04dbd3936 /cryptography
parent26d276f2a9f7b1ca155cb7cced139b2d15baf272 (diff)
downloadcryptography-8c1ad596b02f89cde6040e8626e07ca352182130.tar.gz
cryptography-8c1ad596b02f89cde6040e8626e07ca352182130.tar.bz2
cryptography-8c1ad596b02f89cde6040e8626e07ca352182130.zip
Changed module name from otp to twofactor.
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/hazmat/primitives/twofactor/__init__.py (renamed from cryptography/hazmat/primitives/otp/__init__.py)0
-rw-r--r--cryptography/hazmat/primitives/twofactor/hotp.py (renamed from cryptography/hazmat/primitives/otp/hotp.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/cryptography/hazmat/primitives/otp/__init__.py b/cryptography/hazmat/primitives/twofactor/__init__.py
index e69de29b..e69de29b 100644
--- a/cryptography/hazmat/primitives/otp/__init__.py
+++ b/cryptography/hazmat/primitives/twofactor/__init__.py
diff --git a/cryptography/hazmat/primitives/otp/hotp.py b/cryptography/hazmat/primitives/twofactor/hotp.py
index 0bc4cc56..0bc4cc56 100644
--- a/cryptography/hazmat/primitives/otp/hotp.py
+++ b/cryptography/hazmat/primitives/twofactor/hotp.py