Changeset d2446c in indico


Ignore:
Timestamp:
01/07/10 18:26:20 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
e43cbf, f3d0f4
Parents:
7cea19
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (01/07/10 17:51:29)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (01/07/10 18:26:20)
Message:

[FIXED] Small compatibility issue with python2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/export/fileConverter.py

    r7cea19 rd2446c  
    255255 
    256256        # check that the request comes from the conversion server 
    257         if socket.gethostbyname(up.netloc) != requestIP: 
     257        if socket.gethostbyname(up[1]) != requestIP: 
    258258            return 
    259259 
Note: See TracChangeset for help on using the changeset viewer.