Skip to content

Commit 973ed77

Browse files
committed
Update subprocess module
1 parent d4b2590 commit 973ed77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Default (OSX).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"keys": ["ctrl+shift+q"],
44
"command": "blame"
55
}
6-
]
6+
]

git-blame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import sublime_plugin
33
import os
44
import functools
5+
import subprocess
56
from subprocess import check_output as shell
67

78

0 commit comments

Comments
 (0)