summaryrefslogtreecommitdiff
path: root/python/usercustomize.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/usercustomize.py')
-rw-r--r--python/usercustomize.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/usercustomize.py b/python/usercustomize.py
index 336edc749..326d35b29 100644
--- a/python/usercustomize.py
+++ b/python/usercustomize.py
@@ -1,6 +1,6 @@
# Libtool library loader for Python.
# This file is part of GNU Mailutils.
-# Copyright (C) 2011-2019 Free Software Foundation, Inc.
+# Copyright (C) 2011-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -57,8 +57,6 @@ class lafinder(object):
return laloader(name, libdir)
return None
-sys.path.insert(0, "%s/%d" % (os.path.dirname(os.path.realpath(__file__)), sys.version_info[0]))
-
sys.meta_path.append(lafinder())
# End of file

Return to:

Send suggestions and report system problems to the System administrator.