Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created June 29, 2012 10:15
Show Gist options
  • Save justinvdm/3017088 to your computer and use it in GitHub Desktop.
Save justinvdm/3017088 to your computer and use it in GitHub Desktop.
self.graphite_url = self.DEFAULT_GRAPHITE_URL \
if graphite_url is None else graphite_url
if graphite_url is None:
self.graphite_url = self.DEFAULT_GRAPHITE_URL
else
self.graphite_url = graphite_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment