aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/meld.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/meld.profile b/etc/meld.profile
index f360b1ded..9a320c13d 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -22,8 +22,10 @@ noblacklist ${HOME}/.ssh
22noblacklist ${HOME}/.subversion 22noblacklist ${HOME}/.subversion
23 23
24# Allow python (blacklisted by disable-interpreters.inc) 24# Allow python (blacklisted by disable-interpreters.inc)
25include allow-python3.inc
26
25# Python 2 is EOL (see #3164). Uncomment the next line (or put it into your meld.local) if you understand the risks but want python 2 support for older meld versions. 27# Python 2 is EOL (see #3164). Uncomment the next line (or put it into your meld.local) if you understand the risks but want python 2 support for older meld versions.
26#include allow-python3.inc 28#include allow-python2.inc
27 29
28# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-common.inc. 30# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-common.inc.
29#include disable-common.inc 31#include disable-common.inc