Changeset 799 for trunk/packages/sipb-xen-www/code/main.py
- Timestamp:
- Jul 30, 2008, 10:20:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/main.py
r797 r799 261 261 if host: 262 262 port = 10003 + [config_host["hostname"] for config_host in invirt_config["hosts"] 263 ].index( controls.listHost(machine))263 ].index(host) 264 264 else: 265 265 port = 5900 # dummy
Note: See TracChangeset
for help on using the changeset viewer.