Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. diff -r 9fec62e076a1 purchase.py
  2. --- a/purchase.py Mon Apr 22 12:18:26 2013 +0200
  3. +++ b/purchase.py Thu May 23 16:29:04 2013 +0200
  4. @@ -11,7 +11,9 @@
  5.  
  6. @classmethod
  7. def __setup__(cls):
  8. + print "coin1" * 10
  9. super(PurchaseLine, cls).__setup__()
  10. + print "coin2" * 10
  11. cls._error_messages.update({
  12. 'missing_account_asset': ('It misses '
  13. 'an "Account Asset" on product "%s"!'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement