Changeset 11:ed106c9df6f3 in documentViewer


Ignore:
Timestamp:
Jun 16, 2010, 6:45:16 PM (14 years ago)
Author:
casties
Branch:
modularisierung
Message:

fixed oopsie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r10 r11  
    7171                # set timeout on socket -- ugly :-(
    7272                import socket
    73                 socket.setdefaulttimeout(timeout)
     73                socket.setdefaulttimeout(float(timeout))
    7474                response = urllib2.urlopen(url)
    7575            else:
Note: See TracChangeset for help on using the changeset viewer.