mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2026-08-15 19:20:26 +02:00
Tentative fix for issue #49
This commit is contained in:
Regular → Executable
Regular → Executable
-14
@@ -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)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user