From c0dcda3d84152721dba14b46098b1e72091a27fc Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Tue, 30 Aug 2011 02:37:08 -0400 Subject: [PATCH] fixed clearOldCache.py contrib script to work with new python package --- contrib/clearOldCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/clearOldCache.py b/contrib/clearOldCache.py index 45f8b0a..14316a4 100644 --- a/contrib/clearOldCache.py +++ b/contrib/clearOldCache.py @@ -21,7 +21,7 @@ import os.path overviewer_dir = os.path.split(os.path.split(os.path.abspath(__file__))[0])[0] sys.path.insert(0, overviewer_dir) -import world +from overviewer_core import world from overviewer import list_worlds def main():