Converted all other files into python 3 using 2to3 lib

This commit is contained in:
Usama Tahir
2023-08-07 13:25:43 +05:00
parent 9a998ad631
commit 3b0062a84b
15 changed files with 623 additions and 9 deletions

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
copyright = u'2015, OpenStack contributors'
copyright = '2015, OpenStack contributors'
master_doc = 'index'
project = u'First App Application for OpenStack'
project = 'First App Application for OpenStack'
source_suffix = '.rst'