Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created March 18, 2016 18:04
Show Gist options
  • Save tomprince/a72ac027aad9bb1f39a5 to your computer and use it in GitHub Desktop.
Save tomprince/a72ac027aad9bb1f39a5 to your computer and use it in GitHub Desktop.
if int(os.environ['TWISTED_NEWSTYLE']):
_class_style = object
else:
class _class_style:
pass
class Deferred(_class_style):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment