Exemple #1
0
def login(s):
	l = Login()
	l.username = USERNAME
	l.password = PASSWORD
	l.platform = PLATFORM
	l.version = VERSION
	l.protocol = PROTOCOL
	s.send(str(l))