File python-path.patch of Package openstack-novncproxy
Index: noVNC-2012.1+git.1340678576.e5d5a7d/utils/nova-novncproxy
===================================================================
--- noVNC-2012.1+git.1340678576.e5d5a7d.orig/utils/nova-novncproxy
+++ noVNC-2012.1+git.1340678576.e5d5a7d/utils/nova-novncproxy
@@ -25,6 +25,8 @@ Leverages wsproxy.py by Joel Martin
import Cookie
import socket
import sys
+# SUSE: temporary hack until we package this properly
+sys.path.append("/var/lib/nova/noVNC/utils")
import wsproxy