Exemple #1
0
	def activate(self):
		"""
		On activation tell that this has been successfull.
		"""
		# get the automatic procedure from IPlugin
		IPlugin.activate(self)
		return
Exemple #2
0
	def activate(self):
		"""
		On activation tell that this has been successfull.
		"""
		# get the automatic procedure from IPlugin
		IPlugin.activate(self)
		return
Exemple #3
0
    def activate(self):
        """
		On activation tell that this has been successfull.
		"""
        # get the automatic procedure from IPlugin
        IPlugin.activate(self)
        print("Activated Version 1.2a1!")
        return
	def activate(self):
		"""
		On activation tell that this has been successfull.
		"""
		# get the automatic procedure from IPlugin
		IPlugin.activate(self)
		print("Activated Version 1.2a1!")
		return
Exemple #5
0
    def activate(self):
        """
		On activation tell that this has been successfull.
		"""
        # get the automatic procedure from IPlugin
        IPlugin.activate(self)
        print("Activated Version 1.0!")
        print("CrazyUtil = %s" % self.util)
        return
Exemple #6
0
	def activate(self):
		"""
		On activation tell that this has been successfull.
		"""
		# get the automatic procedure from IPlugin
		IPlugin.activate(self)
		print("Activated Version 1.0!")
		print("CrazyUtil = %s" % self.util)
		return