python-tackerclient/tackerclient/osc/v1/vnfm
zhangboye 68df82918a 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.

Co-Authored-By: Manpreet Kaur kaurmanpreet2620@gmail.com
Change-Id: I5316037871109838a03ff4561b7b38dcc56bc447
2021-02-26 10:41:44 +05:30
..
__init__.py Complete VNFD osc commands 2018-02-08 07:23:07 +00:00
vnf.py Fix exception message 2020-06-01 09:57:28 +09:00
vnfd.py Dropping explicit unicode literal 2021-02-26 10:41:44 +05:30