Skip to content

Commit

Permalink
feat(python): No python3 by default (use env default)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Jadi committed Mar 4, 2016
1 parent 7361f91 commit 46d681b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/python-mode/base
@@ -1,7 +1,7 @@
# -*- mode: snippet; require-final-newline: nil -*-
# name: base
# --
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import logging
Expand Down
2 changes: 1 addition & 1 deletion snippets/python-mode/script
Expand Up @@ -2,7 +2,7 @@
# name: script
# expand-env: ((yas-indent-line 'fixed))
# --
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Base imports
Expand Down

0 comments on commit 46d681b

Please sign in to comment.