mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #232 from jmchilton/test_fix
[15.05] Fix problem with twill's custom subprocess module.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user