Exemplo n.º 1
0
Arquivo: rpc.py Projeto: jamslevy/PQ
 def update_stats(self, *args):
 	from dev.fixtures import Fixture
 	fixture = Fixture()
 	return fixture.update_stats()
Exemplo n.º 2
0
Arquivo: rpc.py Projeto: jamslevy/PQ
 def load_fixture(self, *args):
 	from dev.fixtures import Fixture
 	fixture = Fixture()
 	return fixture.load()