mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2026-07-21 23:20:23 +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):
|
||||
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