Skip to content

Instantly share code, notes, and snippets.

@Drvanon
Created May 2, 2012 13:05
Show Gist options
  • Save Drvanon/2576412 to your computer and use it in GitHub Desktop.
Save Drvanon/2576412 to your computer and use it in GitHub Desktop.
**kargs
class FingerFactory(protocol.ServerFactory):
def __init__(self, **kwargs):
self.users = kwargs
users = {'moshez':'happy and well', 'Rob':'Programming','Danny':'being happy'}
factory = FingerFactory(users)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment