Changeset 944a941


Ignore:
Timestamp:
2008-04-06T18:39:32Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
93264f0
Parents:
587a921
Message:

a fix for python-2.4 compatibility

  • interesting, it has been reported this is the only problem, though ideally skype4py doesn't work with python-2.4 either ;)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r587a921 r944a941  
    111111                print msg
    112112
    113 class SkypeApi():
     113class SkypeApi:
    114114        def __init__(self):
    115115                self.skype = Skype4Py.Skype()
Note: See TracChangeset for help on using the changeset viewer.