mirror of https://github.com/apache/cloudstack.git
no importing of False in python3 (or in sensible code)
This commit is contained in:
parent
6e2c4d2e5d
commit
406c069d3c
|
|
@ -14,7 +14,6 @@
|
|||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from builtins import False
|
||||
""" BVT tests for Hosts Test
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from builtins import False
|
||||
""" BVT tests for Hosts Maintenance
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from builtins import False
|
||||
""" Tests for Secondary Storage with Local Storage
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue