Skip to content

Instantly share code, notes, and snippets.

@sarim
Created August 1, 2014 16:51
Show Gist options
  • Select an option

  • Save sarim/a5a76c2dd393ca1732c0 to your computer and use it in GitHub Desktop.

Select an option

Save sarim/a5a76c2dd393ca1732c0 to your computer and use it in GitHub Desktop.
foo = 'bar'
from gittu import foo as f
print f
import gittu.foo as f
print f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment