|
@@ -1,4 +1,4 @@
|
|
|
-#! /usr/bin/env python
|
|
|
+#!/usr/bin/env python
|
|
|
# -*- coding: UTF-8 -*-
|
|
|
|
|
|
#----------------------------------------------------------------------------------------------------------------------*
|
|
@@ -10,7 +10,7 @@ import sys, os, shutil
|
|
|
#----------------------------------------------------------------- Get script absolute path
|
|
|
scriptDir = os.path.dirname (os.path.abspath (sys.argv [0]))
|
|
|
#----------------------------------------------------------------- Import common definitions
|
|
|
-pythonScriptDir = scriptDir + "/../../dev-files"
|
|
|
+pythonScriptDir = scriptDir + "/../dev-files"
|
|
|
sys.path.append (pythonScriptDir)
|
|
|
import common_definitions
|
|
|
#-----------------------------------------------------------------
|