All tests now running and passing
[cipher-tools.git] / cipher / autokey.py
index b84f0a94c08c1acefc4cece55054cab15ce5b8f3..ffdc3a95d96bbe0e972d19710a0a5934a4591e3f 100644 (file)
@@ -1,6 +1,7 @@
-from utilities import *
-from language_models import *
 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