def __init__(self, m, d, i): DeviceModule.__init__(self, m, d, i) # migrate any old profiles # TODO: remove this once it is probable # that most users are using the new profile path self._migrateProfiles() # override the default profile name to harbour-modrana paths.setProfileName(SAILFISH_MODRANA_PROFILE_NAME)
def __init__(self, *args, **kwargs): DeviceModule.__init__(self, *args, **kwargs) # migrate any old profiles # TODO: remove this once it is probable # that most users are using the new profile path self._migrateProfiles() # override the default profile name to harbour-modrana paths.setProfileName(SAILFISH_MODRANA_PROFILE_NAME)
def __init__(self, *args, **kwargs): DeviceModule.__init__(self, *args, **kwargs) # override the default profile name to harbour-modrana paths.setProfileName(SAILFISH_MODRANA_PROFILE_NAME)