Skip to content

Commit 4e4a44e

Browse files
author
Lenna Peterson
committed
Restore subprocess import to test
1 parent d3b899e commit 4e4a44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcf/test/test_vcf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import commands
66
import cPickle
77
from StringIO import StringIO
8+
import subprocess
89

910
import vcf
1011
from vcf import utils

0 commit comments

Comments
 (0)