| #!/usr/bin/python  | 
| # -*- coding: GBK -*-  | 
| #---------------------------------------------------------------------  | 
| #  | 
| #---------------------------------------------------------------------  | 
| ##@package CatchXMLCount  | 
| # @todo: »ñÈ¡xmlÊýÁ¿  | 
| #  | 
| # @author: panwei  | 
| # @date 2011-07-01  | 
| # @version 1.1  | 
| #  | 
| # @change: "2011-08-17 13:20" panwei É¾³ýIPY_GameWorldNew  | 
| #---------------------------------------------------------------------  | 
| """Version = 2011-08-17 13:20"""  | 
| #---------------------------------------------------------------------  | 
| import IPY_GameWorld  | 
| import GameWorld  | 
| #---------------------------------------------------------------------  | 
| #2008-9-8 ÏÂÎç06:19:12  | 
| ## Ö´ÐÐÈë¿Ú  | 
| #  @param playerList ÎÞÒâÒå  | 
| #  @return None  | 
| #  @remarks º¯ÊýÏêϸ˵Ã÷.  | 
| def OnExec(playerList):  | 
|     GameWorld.Log('CatchXMLCount = %s'%IPY_GameWorld.CatchXMLCount())  | 
|     return  |