Remove unused imports
Remove unused imports in tools/install_venv.py Change-Id: Ia2fbb4ece5c8bcdee96503f0f853f826ae4f3dfa Closes-Bug: #1265267
This commit is contained in:
parent
8c7cdd0088
commit
ab97446132
@ -26,7 +26,6 @@ Installation script for Neutron's development virtualenv
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import install_venv_common as install_venv
|
import install_venv_common as install_venv
|
||||||
|
Loading…
Reference in New Issue
Block a user