]> git.proxmox.com Git - mirror_novnc.git/commit
Python 2.4 compatible imports.
authorJoel Martin <github@martintribe.org>
Wed, 4 Aug 2010 19:32:10 +0000 (14:32 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 4 Aug 2010 19:32:10 +0000 (14:32 -0500)
commit5958fb49961482675fd2f95bf10f4fd6a4d89348
treea5c27297cb4126bd1c5ba0fdb646f980ad5edac5
parentc95c24e743cd52f14649b9dad9d867602d1d040b
Python 2.4 compatible imports.

- Fallback to md5 module if hashlib not there.
- Import parse_qsl from cgi where it is in both 2.4 and 2.6
utils/websocket.py