예제 #1
0
파일: rpc.py 프로젝트: jamslevy/PQ
 def update_stats(self, *args):
 	from dev.fixtures import Fixture
 	fixture = Fixture()
 	return fixture.update_stats()
예제 #2
0
파일: rpc.py 프로젝트: jamslevy/PQ
 def load_fixture(self, *args):
 	from dev.fixtures import Fixture
 	fixture = Fixture()
 	return fixture.load()