mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
5425310c4d
Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX)