Change ''' to """ in bin/nova-{novncproxy,spicehtml5proxy}
Standard practice is for doc comment strings to be enclosed in """ rather than '''. bin/nova-{novncproxy,spicehtml5proxy} were exceptions to this. Change-Id: I689063af2a51b26c971336b6fdbe60d5695b3ebc Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
ce09c50c92
commit
39e35d78c8
@ -16,10 +16,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
'''
|
||||
"""
|
||||
Websocket proxy that is compatible with OpenStack Nova
|
||||
noVNC consoles. Leverages websockify.py by Joel Martin
|
||||
'''
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -16,10 +16,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
'''
|
||||
"""
|
||||
Websocket proxy that is compatible with OpenStack Nova
|
||||
SPICE HTML5 consoles. Leverages websockify.py by Joel Martin
|
||||
'''
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user