diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-04-06 07:01:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-06 07:01:18 +0000 |
commit | 9c7086ce2f23aa4dd47373208651ff1e560c41de (patch) | |
tree | d9b0fbe7c0b767035ebb6d9cfd9c14b3d9a7da02 /api/urls.py | |
parent | c5a35bcde80df0dd367e40b9acd7f941b33dc4bc (diff) | |
parent | 221f4482bab3361cdb69161147e4d32d098d9a43 (diff) |
Merge "Yardstick virtualenv support" into stable/danube
Diffstat (limited to 'api/urls.py')
-rw-r--r-- | api/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/urls.py b/api/urls.py index 3ccb67dbc..b9ddd4c72 100644 --- a/api/urls.py +++ b/api/urls.py @@ -7,6 +7,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## from __future__ import absolute_import + from api import views from api.utils.common import Url |