1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-10 19:50:04 +01:00
password-manager-mirror/scripts/builder/frontends/gamma_mobileBuilder.py
2013-01-08 16:12:19 +01:00

10 lines
195 B
Python

from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
def copyStaticResources (self, targetFolder):
pass