Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def __init__(self, wm, *args, **kwargs):
  2. self.use_test_server = True
  3. self.wsdl = "https://b2b.alfastrah.ru/cxf/CalcKasko?wsdl"
  4. super(AlphaWebCalc, self).__init__(wm, *args, **kwargs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement