Tentative fix for issue #49
This commit is contained in:
parent
ff35024f85
commit
303600d0d4
0
scripts/builder/backends/phpBuilder.py
Normal file → Executable file
0
scripts/builder/backends/phpBuilder.py
Normal file → Executable file
14
scripts/builder/backends/pythonBuilder.py
Normal file → Executable file
14
scripts/builder/backends/pythonBuilder.py
Normal file → Executable file
@ -11,17 +11,3 @@ class PythonBuilder(ScriptLanguageBuilder):
|
|||||||
|
|
||||||
def relativePath(self):
|
def relativePath(self):
|
||||||
return 'python'
|
return 'python'
|
||||||
|
|
||||||
|
|
||||||
def compileCode (self):
|
|
||||||
src = self.sourceFolder()
|
|
||||||
dst = self.targetFolder()
|
|
||||||
|
|
||||||
shutil.copytree(src, dst)
|
|
||||||
|
|
||||||
|
|
||||||
# def copyCompiledCodeToTargetDir (self):
|
|
||||||
# src = self.sourceFolder()
|
|
||||||
# dst = self.targetFolder()
|
|
||||||
#
|
|
||||||
# shutil.copytree(src, dst)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user