Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created October 28, 2015 01:35
Show Gist options
  • Save bq1990/861f6ece043d8c3e2a5d to your computer and use it in GitHub Desktop.
Save bq1990/861f6ece043d8c3e2a5d to your computer and use it in GitHub Desktop.
Python 2.7 without super
def __init__(self, *args, **kwargs):
Form.__init__(self, *args, **kwargs)
self.multipart = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment