Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CreatePurchase:
- __metaclass__ = PoolMeta
- __name__ = 'purchase.request.create_purchase'
- start_state = 'init'
- init = StateTransition()
- def transition_init(self):
- #code to implement
- return 'start'
Add Comment
Please, Sign In to add comment