home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / spyce / *.* / myModule.py < prev    next >
Encoding:
Python Source  |  2004-05-18  |  113 b   |  7 lines

  1. from spyceModule import spyceModule
  2.  
  3. class myModule(spyceModule):
  4.   def foo(self):
  5.     print 'foo called'
  6.  
  7.