Skip to content

Instantly share code, notes, and snippets.

@abraithwaite
Created September 24, 2014 03:51
Show Gist options
  • Save abraithwaite/eea090fb5b68338c05af to your computer and use it in GitHub Desktop.
Save abraithwaite/eea090fb5b68338c05af to your computer and use it in GitHub Desktop.
class A(object):
if windows:
def do_things(self):
# It's windows so this is a hack
return True
else:
def do_things(self):
# Not such a hack
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment