mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-11-03 20:47:35 +01:00 
			
		
		
		
	Tentative fix for issue #49
This commit is contained in:
		
							
								
								
									
										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):
 | 
			
		||||
		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