Browse Source

UPD: Move python scripts to scripts directory

Alexander Koblov 11 years ago
parent
commit
c68f602672
3 changed files with 1 additions and 1 deletions
  1. 0 0
      scripts/doublecmd-kde.py
  2. 0 0
      scripts/rabbit-vcs.py
  3. 1 1
      src/platform/unix/urabbitvcs.pas

+ 0 - 0
tools/doublecmd-kde.py → scripts/doublecmd-kde.py


+ 0 - 0
tools/rabbit-vcs.py → scripts/rabbit-vcs.py


+ 1 - 1
src/platform/unix/urabbitvcs.pas

@@ -326,7 +326,7 @@ begin
     Exit;
   if HasPython then
   begin
-    PythonPath:= gpExePath + 'tools';
+    PythonPath:= gpExePath + 'scripts';
     RabbitVCS:= CheckService(PythonPath + PathDelim + MODULE_NAME + '.py');
     if RabbitVCS then begin
       PythonAddModulePath(PythonPath);