hg
branchstable
changeset 12805 cae1c187abd4
parent 12661 10da5a1f25dd
child 14233 659f34b833b9
--- a/hg	Thu Oct 21 21:34:30 2010 +0200
+++ b/hg	Thu Oct 21 09:58:22 2010 -0700
@@ -14,7 +14,8 @@
 
 if libdir != '@' 'LIBDIR' '@':
     if not os.path.isabs(libdir):
-        libdir = os.path.join(os.path.dirname(__file__), libdir)
+        libdir = os.path.join(os.path.dirname(os.path.realpath(__file__)),
+                              libdir)
         libdir = os.path.abspath(libdir)
     sys.path.insert(0, libdir)