home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- from msn.p11 import Notification as Super
-
- class MSNP12Notification(Super):
- versions = [
- 'MSNP12']
-
- def recv_lst(self, msg):
- args = list(msg.args)
- if args[-1].find('-') != -1:
- groups = args.pop()
- mystery_flag = args.pop()
- args.append(groups)
- else:
- mystery_flag = args.pop()
- msg.args = list(args)
- return Super.recv_lst(self, msg)
-
-
-