Hello I just start programing in Python. I've got a qestion, how translate the example code writen in Java to Python??
public class ConnectionManager {
public ConnectionManager() {
super();
}
public void sendAgent(Agent anAgent, WorkplaceAddress anAddress) {
}
}
bye
--
http://mail.python.org/mailman/listinfo/python-list
