コード例 #1
0
	def restore_config(self):

		"""Restores the configuration settings, but doesn't apply anything"""

		if self.options.start_clean:
			cfg.clear()
		cfg.restore()
コード例 #2
0
ファイル: qtopensesame.py プロジェクト: bwarna/OpenSesame
	def restore_config(self):

		"""Restores the configuration settings, but doesn't apply anything"""

		if self.options.start_clean:
			cfg.clear()
		cfg.restore()