Skip to content

Commit

Permalink
Merge pull request #3 from Profpatsch/master
Browse files Browse the repository at this point in the history
Shortcuts for classes and error snippet
  • Loading branch information
spf13 committed Mar 13, 2013
2 parents a930041 + 8264dbe commit 4b88e4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions snippets/python/class/error.snippet
@@ -0,0 +1 @@
class ${1:Name}Error(${2:Exception}): pass
1 change: 1 addition & 0 deletions snippets/python/classb.snippet
1 change: 1 addition & 0 deletions snippets/python/classerr.snippet
1 change: 1 addition & 0 deletions snippets/python/classinit.snippet
1 change: 1 addition & 0 deletions snippets/python/error.snippet

0 comments on commit 4b88e4a

Please sign in to comment.