X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=inline;f=cipher%2Fautokey.py;h=5c4a954549e40fd31fe15c03f8808de050356172;hb=1c711fcaa683414ec34bea0ea29269483f498343;hp=b84f0a94c08c1acefc4cece55054cab15ce5b8f3;hpb=311b300d197536622980f7a837294d8245e326b4;p=cipher-tools.git

diff --git a/cipher/autokey.py b/cipher/autokey.py
index b84f0a9..5c4a954 100644
--- a/cipher/autokey.py
+++ b/cipher/autokey.py
@@ -1,6 +1,8 @@
-from utilities import *
-from language_models import *
+import math
 import multiprocessing 
+from support.utilities import *
+from support.language_models import *
+from cipher.caesar import caesar_encipher_letter, caesar_decipher_letter
 
 from logger import logger