]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost34112012512.py
Fix relative imports
[pygost.git] / pygost / gost34112012512.py
index 4cbdbd4586f6d3ab0c0167351e1a3c789b9e999b..961a459c69334249cfaf477e72c818104cb7313a 100644 (file)
@@ -4,7 +4,7 @@ This is implementation of :rfc:`6986`. Most function and variable names are
 taken according to specification's terminology.
 """
 
-from gost34112012 import GOST34112012
+from pygost.gost34112012 import GOST34112012
 
 
 class GOST34112012512(GOST34112012):