tacker/tacker/api
Manpreet Kaur 28cf5645e2 Dropping explicit unicode literal
In python 3, all strings are considered as unicode string.

This patch drops the explicit unicode literal (u'...')
or (u"..") appearances from the unicode strings.

Note: The scope of the patch is to drop unicode literal prefix
from python source code files, documentation and comment are overlook.

Change-Id: I66389d3f4b236a50bd3f193d4e67c2ac10e6ca24
2021-02-02 06:45:53 +05:30
..
common Drop most of six importings 2020-10-19 12:10:05 +00:00
schemas Modify api schemas of vimConnectionInfo 2020-12-24 08:52:53 +09:00
v1 Drop most of six importings 2020-10-19 12:10:05 +00:00
validation Drop most of six importings 2020-10-19 12:10:05 +00:00
views Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
vnflcm Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
vnfpkgm Drop most of six importings 2020-10-19 12:10:05 +00:00
__init__.py rename neutron/api to tacker/api 2014-07-04 18:20:50 +09:00
api_common.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
extensions.py Drop most of six importings 2020-10-19 12:10:05 +00:00
versions.py from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00