Skip to content

Instantly share code, notes, and snippets.

@jawsthegame
Created April 4, 2013 21:26
Show Gist options
  • Save jawsthegame/5314516 to your computer and use it in GitHub Desktop.
Save jawsthegame/5314516 to your computer and use it in GitHub Desktop.
class LeaseCombiner(Combiner):
def __init__(self, queue_dir, combine_dir):
Combiner.__init__(self, queue_dir, combine_dir, SpentLease)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment