home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- import protocols
-
- class IThresholdAchievementPoster(protocols.Interface):
-
- def AchieveThreshold(type, threshold_passed, current_value):
- pass
-
-
-
- class IAccountAchievementPoster(protocols.Interface):
-
- def AchieveAccountAdded(protocol, name):
- pass
-
-
-
- class IMultiAccountAchievementPoster(protocols.Interface):
-
- def AchieveAccounts():
- pass
-
-
- ALL_ACHIEVEMENT_INTERFACES = (IThresholdAchievementPoster, IAccountAchievementPoster, IMultiAccountAchievementPoster)
-