示例#1
0
    def __init__(self):
        '''
        init function.

        @see: L{Base <Base>}
        '''
        self.mode_name = "phone"
        Base.__init__(self, self.mode_name)
        self.settings = Settings()
        self.debug_print('Base init:%f' % (time.time()))
示例#2
0
############################################
#author:
#    [email protected]
#function:
#    the qrd share lib.
#doc:
#   juts need you to add : import your_model as alias
############################################

# init a instance of the mode
notificationBar = NotificationBar()
camera = Camera()
weibo = Weibo()
renren = Renren()
settings = Settings()
playstore = PlayStore()
launcher = Launcher()
phone = Phone()
browser = Browser()
email = Email()
doubanfm = Doubanfm()
mms = Mms()
gmail = Gmail()
ime = IME()
contact = Contact()
gallery = Gallery()
cmccMTBF = CmccMTBF()
sample = Sample()
incommon = InCommon()