Пример #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
	def restore_config(self):

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

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