1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-10 23:10:04 +01:00
password-manager-mirror/scripts/builder/frontends/gamma_mobileBuilder.py

10 lines
195 B
Python
Raw Normal View History

2013-01-08 16:12:19 +01:00
from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
def copyStaticResources (self, targetFolder):
pass