Made import shorter

Change-Id: I8f00d82a7f6288ee285bc02eba6ee73999908440
This commit is contained in:
aviau 2014-08-17 14:50:31 -04:00
parent 94691c38c1
commit bc39af5d4f

View File

@ -12,10 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import surveil.tests.api.functionalTest
from surveil.tests.api import functionalTest
class TestRootController(surveil.tests.api.functionalTest.FunctionalTest):
class TestRootController(functionalTest.FunctionalTest):
def test_get(self):
response = self.app.get('/v1/hello')