blob: 608f17023fb820e16a2323749bec2583d882d95d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Disable python scripting.
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed
---
Plugins/Plugins.pro | 1 -
1 file changed, 1 deletion(-)
--- a/Plugins/Plugins.pro
+++ b/Plugins/Plugins.pro
@@ -17,7 +17,6 @@ SUBDIRS += \
SqlEnterpriseFormatter \
ConfigMigration \
ScriptingTcl \
- ScriptingPython \
DbAndroid \
DbSqliteCipher \
DbSqliteWx \
|