]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Move directory, more work
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 17:47:07 +0000 (18:47 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 17:47:07 +0000 (18:47 +0100)
commit0049145474bb1b5ad7f84e4cd29d436f493c735e
tree84c4509bfa2d77ac8b24adf62bea587b529f1104
parentf7bad65b50736bdf479ef979d802f728d42d349c
Move directory, more work
17 files changed:
fints/protocol/__init__.py [deleted file]
fints/protocol/fints3/__init__.py [deleted file]
fints/protocol/fints3/client.py [deleted file]
fints/protocol/fints3/dialog.py [deleted file]
fints/protocol/fints3/message.py [deleted file]
fints3/__init__.py [moved from fints/__init__.py with 100% similarity]
fints3/client.py [new file with mode: 0644]
fints3/connection.py [moved from fints/protocol/fints3/connection.py with 90% similarity]
fints3/dialog.py [new file with mode: 0644]
fints3/message.py [new file with mode: 0644]
fints3/models.py [new file with mode: 0644]
fints3/segments/__init__.py [moved from fints/protocol/fints3/segments/__init__.py with 100% similarity]
fints3/segments/accounts.py [new file with mode: 0644]
fints3/segments/auth.py [moved from fints/protocol/fints3/segments/auth.py with 100% similarity]
fints3/segments/dialog.py [new file with mode: 0644]
fints3/segments/message.py [moved from fints/protocol/fints3/segments/message.py with 100% similarity]
fints3/utils.py [moved from fints/protocol/fints3/utils.py with 100% similarity]