Skip to content

Instantly share code, notes, and snippets.

@Ivoz
Created February 7, 2012 19:41
Show Gist options
  • Save Ivoz/1761459 to your computer and use it in GitHub Desktop.
Save Ivoz/1761459 to your computer and use it in GitHub Desktop.
def from_msg(msg):
new = Msg()
new.decode(msg)
return new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment