Merge pull request #232 from jmchilton/test_fix

[15.05] Fix problem with twill's custom subprocess module.
This commit is contained in:
Dannon Baker
2015-05-06 20:43:19 -04:00
+4
View File
@@ -1,5 +1,9 @@
#!/usr/bin/env python
# Import system subprocess now before twill so we don't get its
# variant that breaks things.
import subprocess
import os
import sys
import shutil