Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # ...
  2.  
  3. # Pseudo code:
  4. if license == 'BASIC':
  5. check_in('STANDARD')
  6. func_that_does_buff_right(data)
  7. check_out('STANDARD')
  8. check_in('BASIC')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement