Skip to content

Commit db3610b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "remove unicode prefix from code"
2 parents c7bb7f8 + dd648dc commit db3610b

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

doc/source/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
master_doc = 'index'
5252

5353
# General information about the project.
54-
project = u'OpenStack Command Line Client'
55-
copyright = u'2012-2013 OpenStack Foundation'
54+
project = 'OpenStack Command Line Client'
55+
copyright = '2012-2013 OpenStack Foundation'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.
@@ -189,8 +189,8 @@
189189
# .
190190
latex_documents = [
191191
('index', 'OpenStackCommandLineClient.tex',
192-
u'OpenStack Command Line Client Documentation',
193-
u'OpenStack', 'manual'),
192+
'OpenStack Command Line Client Documentation',
193+
'OpenStack', 'manual'),
194194
]
195195

196196
# The name of an image file (relative to this directory) to place at the top of
@@ -222,8 +222,8 @@
222222
(
223223
'cli/man/openstack',
224224
'openstack',
225-
u'OpenStack Command Line Client',
226-
[u'OpenStack contributors'],
225+
'OpenStack Command Line Client',
226+
['OpenStack contributors'],
227227
1,
228228
),
229229
]
@@ -239,8 +239,8 @@
239239
# dir menu entry, description, category)
240240
texinfo_documents = [
241241
('index', 'OpenStackCommandLineClient',
242-
u'OpenStack Command Line Client Documentation',
243-
u'OpenStack', 'OpenStackCommandLineClient',
242+
'OpenStack Command Line Client Documentation',
243+
'OpenStack', 'OpenStackCommandLineClient',
244244
'One line description of project.',
245245
'Miscellaneous'),
246246
]

releasenotes/source/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
master_doc = 'index'
8989

9090
# General information about the project.
91-
project = u'OpenStackClient Release Notes'
92-
copyright = u'2015, OpenStackClient Developers'
91+
project = 'OpenStackClient Release Notes'
92+
copyright = '2015, OpenStackClient Developers'
9393

9494
# Release notes are version independent.
9595
# The full version, including alpha/beta/rc tags.
@@ -238,8 +238,8 @@
238238
latex_documents = [(
239239
'index',
240240
'OpenStackClientReleaseNotes.tex',
241-
u'OpenStackClient Release Notes Documentation',
242-
u'OpenStackClient Developers',
241+
'OpenStackClient Release Notes Documentation',
242+
'OpenStackClient Developers',
243243
'manual',
244244
)]
245245

@@ -271,8 +271,8 @@
271271
man_pages = [(
272272
'index',
273273
'openstackclientreleasenotes',
274-
u'OpenStackClient Release Notes Documentation',
275-
[u'OpenStackClient Developers'],
274+
'OpenStackClient Release Notes Documentation',
275+
['OpenStackClient Developers'],
276276
1,
277277
)]
278278

@@ -288,8 +288,8 @@
288288
texinfo_documents = [(
289289
'index',
290290
'OpenStackClientReleaseNotes',
291-
u'OpenStackclient Release Notes Documentation',
292-
u'OpenStackclient Developers',
291+
'OpenStackclient Release Notes Documentation',
292+
'OpenStackclient Developers',
293293
'OpenStackClientReleaseNotes',
294294
'A unified command-line client for OpenStack.',
295295
'Miscellaneous',

0 commit comments

Comments
 (0)