diff hg @ 53025:f212c1cf38b0 default

branching: merge with current default Now that the merge is fixed, we can merge this back into default.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 28 Feb 2025 23:28:10 +0100
parents 33e06272ff1a
children
line wrap: on
line diff
--- a/hg	Fri Feb 28 23:25:42 2025 +0100
+++ b/hg	Fri Feb 28 23:28:10 2025 +0100
@@ -12,16 +12,6 @@
 import os
 import sys
 
-libdir = '@LIBDIR@'
-
-if libdir != '@' 'LIBDIR' '@':
-    if not os.path.isabs(libdir):
-        libdir = os.path.join(
-            os.path.dirname(os.path.realpath(__file__)), libdir
-        )
-        libdir = os.path.abspath(libdir)
-    sys.path.insert(0, libdir)
-
 # Make `pip install --user ...` packages available to the official Windows
 # build.  Most py2 packaging installs directly into the system python
 # environment, so no changes are necessary for other platforms.  The Windows