1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-12-19 04:47:02 +01:00

Updated builder script

This commit is contained in:
Clipperz
2013-01-08 16:12:19 +01:00
parent 596e94dca4
commit 25bd3085c5
10 changed files with 293 additions and 32 deletions

View File

@@ -0,0 +1,9 @@
from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
def copyStaticResources (self, targetFolder):
pass