Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- 03/14/19 16:19:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 72 72 }}} 73 73 74 or, in jython (python dialect)74 or, in python 75 75 {{{ 76 ...77 import com.neovisionaries.ws.client.WebSocketAdapter as WebSocketAdapter78 import com.neovisionaries.ws.client.WebSocketFactory as WebSocketFactory79 80 76 class PythonDownloadProfile(WebSocketAdapter): 81 77