moved nodecommon.py into monitor module
[monitor.git] / nodehistory.py
index 7ea30fb..6302823 100755 (executable)
@@ -12,7 +12,7 @@ import calendar
 import sys
 import time
 from monitor.model import *
-from nodecommon import *
+from monitor.common import *
 
 def get_filefromglob(d, str):
        import os