From 98f16e51809f0ba04e5ec5a05300449fe513cc5f Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 4 Dec 2009 18:19:00 +0200 Subject: [PATCH] fix londiste import --- python/londiste.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/londiste.py b/python/londiste.py index 3fb6b6ba..c2907d2b 100755 --- a/python/londiste.py +++ b/python/londiste.py @@ -12,7 +12,7 @@ import skytools # python 2.3 will try londiste.py first... if os.path.exists(os.path.join(sys.path[0], 'londiste.py')) \ - and not os.path.exists(os.path.join(sys.path[0], 'londiste')): + and not os.path.isdir(os.path.join(sys.path[0], 'londiste')): del sys.path[0] import londiste, pgq.cascade.admin -- 2.39.5