Advertisement
gnuowned

Untitled

May 5th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. from connection import *
  2.  
  3. #Connect to the service
  4. webservice = Connection(server="localhost",username='USERNAME',password='PASSWORD')
  5.  
  6. print webservice.client.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement