Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created May 23, 2013 13:02
Show Gist options
  • Select an option

  • Save jacob-ogre/5635878 to your computer and use it in GitHub Desktop.

Select an option

Save jacob-ogre/5635878 to your computer and use it in GitHub Desktop.
Python: from import as
<snippet>
<content><![CDATA[
from ${1:module} import ${2:sub} as ${3}
]]></content>
<tabTrigger>from</tabTrigger>
<scope>source.python</scope>
<description>from_import_as</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment