Пример #1
0
Файл: rpc.py Проект: jamslevy/PQ
 def destroy_everything(self, *args): # be careful, this gets rid of unsaved user data!
 	from dev.methods import Build
 	build = Build()
 	build.destroy_everything()
Пример #2
0
Файл: rpc.py Проект: jamslevy/PQ
 def refresh_profile_images(self, *args):
 	from methods import Build
 	build = Build()
 	build.refresh_profile_images()
 	return "OK"