Changeset 11:ed106c9df6f3 in documentViewer
- Timestamp:
- Jun 16, 2010, 6:45:16 PM (15 years ago)
- Branch:
- modularisierung
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r10 r11 71 71 # set timeout on socket -- ugly :-( 72 72 import socket 73 socket.setdefaulttimeout( timeout)73 socket.setdefaulttimeout(float(timeout)) 74 74 response = urllib2.urlopen(url) 75 75 else:
Note: See TracChangeset
for help on using the changeset viewer.