]> git.ipfire.org Git - thirdparty/krb5.git/commit
Improve indentation of t_otp.py
authorMichael Mattioli <mattiolimichael@gmail.com>
Tue, 15 Jul 2014 16:48:58 +0000 (12:48 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 15 Jul 2014 18:36:51 +0000 (14:36 -0400)
commit0db9cc6b01f979089aca324cccca7ee8cff62dc3
tree00dd408013880768cfd1688fa2685041c173e7e5
parentb6810da129512b6d0200580d78d22d38cc214e21
Improve indentation of t_otp.py

Move the RADIUS attribute dictionary text to a global variable defined
at indent level 0, so that we don't go back to indent level 0 in the
middle of the RadiusDaemon class definition.

[ghudson@mit.edu: clarified commit message, moved comment, changed
variable name]
src/tests/t_otp.py