diff --git a/ohmpi/plots.py b/ohmpi/plots.py
index 170ea01af787fccf007c8875022ccd0c07f69fb0..fc5f1c387d352c7a028a7ce843b5845abab44822 100644
--- a/ohmpi/plots.py
+++ b/ohmpi/plots.py
@@ -1,7 +1,6 @@
 import matplotlib.pyplot as plt
 import numpy as np
-from utils import parse_log
-from datetime import datetime
+from ohmpi.utils import parse_log
 import matplotlib
 
 def plot_exec_log(exec_log,names=None,last_session=True):