move code to fewer more sensible modules.

This commit is contained in:
holger krekel
2010-09-27 16:13:57 +02:00
parent 3ad58ae21f
commit f7923c692e
10 changed files with 598 additions and 501 deletions

View File

@@ -1,5 +1,5 @@
def pytest_gwmanage_newgateway(gateway, platinfo):
def pytest_gwmanage_newgateway(gateway):
""" called on new raw gateway creation. """
def pytest_gwmanage_rsyncstart(source, gateways):