home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / EVE_1424_100181.exe / _Debug.py < prev    next >
Encoding:
Text File  |  2004-04-20  |  93 b   |  5 lines

  1. import ClientCookie
  2.  
  3. def debug(text):
  4.     if ClientCookie.CLIENTCOOKIE_DEBUG: print text
  5.