Merge branch '2014.7' into develop

Conflicts:
	tests/unit/modules/boto_vpc_test.py
This commit is contained in:
Pedro Algarvio 2014-12-02 01:09:15 +00:00
commit b37c76a800

View File

@ -1450,6 +1450,5 @@ class BotoVpcRouteTablesTestCase(BotoVpcTestCaseBase):
if __name__ == '__main__':
from integration import run_tests
from integration import run_tests # pylint: disable=import-error
run_tests(BotoVpcTestCase, needs_daemon=False)