Java to Python - how to??

ka_czor at poczta.onet.pl ka_czor at poczta.onet.pl
Mon Jun 13 06:13:52 EDT 2005


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 



More information about the Python-list mailing list