]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_mgm.py
Fix imports sorting
[pygost.git] / pygost / test_mgm.py
index 0d692b634431f181000cbb25348c1116d47417f1..56cfda0a30cf9421b2af0ddc5b7ce32678e13322 100644 (file)
@@ -18,8 +18,8 @@ from os import urandom
 from random import randint
 from unittest import TestCase
 
-from pygost.gost3412 import GOST3412Magma
 from pygost.gost3412 import GOST3412Kuznechik
+from pygost.gost3412 import GOST3412Magma
 from pygost.mgm import MGM
 from pygost.mgm import nonce_prepare
 from pygost.utils import hexdec