import platform

if platform.node() == 'netbook':
	remoteHost = 'cy.h'
	remoteName = 'home'
else:
	remoteHost = 'nb.h'
	remoteName = 'book'
