예제 #1
0
파일: root.py 프로젝트: Alfr0475/alfred.d
	def _sync_children(self):
		from list import List
		from preferences import Preferences

		Preferences.sync()
		List.sync()
		User.sync()