Import testtools.run more explicitly
It seems that testtools does not import the run module into the root module namespace anymore. No worries, we can import testttols.run directly and all is well. Change-Id: Icba9253c1d29894cd5e53366ab619458c1a25f5e
This commit is contained in:
parent
f9bc46226c
commit
230bd88928
@ -20,7 +20,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import testtools
|
||||
import testtools.run
|
||||
|
||||
|
||||
def parse_arguments():
|
||||
|
Loading…
Reference in New Issue
Block a user