Ejemplo n.º 1
0
	def is_nextgen(self):
		if about.getCpuCoresInt() < 2 or about.getCPUSpeedMHzInt() < 750:
			return False
		return True
Ejemplo n.º 2
0
 def is_nextgen(self):
     if about.getCpuCoresInt() in ('BCM7346B2', 'BCM7425B2', 'BCM7429B0',
                                   'ARMv7'):
         return True
     return False