summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-29 20:45:20 +0000
committerGerrit Code Review <review@openstack.org>2013-01-29 20:45:20 +0000
commitf42771b83b5219b9a67eac9630f78f4d2b3f5b6b (patch)
treef6997a2777a5d1588b327a5080ed8dc1b4af1c2c /bin
parente8b76d1cd62cc4974741bd08ebef8216164cb8fe (diff)
parent39e35d78c8d24637422c41d8ad04ad669306d561 (diff)
downloadnova-f42771b83b5219b9a67eac9630f78f4d2b3f5b6b.tar.gz
nova-f42771b83b5219b9a67eac9630f78f4d2b3f5b6b.tar.xz
nova-f42771b83b5219b9a67eac9630f78f4d2b3f5b6b.zip
Merge "Change ''' to """ in bin/nova-{novncproxy,spicehtml5proxy}"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-novncproxy4
-rwxr-xr-xbin/nova-spicehtml5proxy4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/nova-novncproxy b/bin/nova-novncproxy
index 657f97b48..617e2411d 100755
--- a/bin/nova-novncproxy
+++ b/bin/nova-novncproxy
@@ -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
diff --git a/bin/nova-spicehtml5proxy b/bin/nova-spicehtml5proxy
index 17f8cb7c2..405092942 100755
--- a/bin/nova-spicehtml5proxy
+++ b/bin/nova-spicehtml5proxy
@@ -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