home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / python2.6 / dist-packages / launchpadbugs / xmlrpc_bug.pyc (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  1.4 KB  |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from bugbase import Bug as BugBase
  5.  
  6. class XMLRPC_Con(object):
  7.     
  8.     def __init__(self):
  9.         pass
  10.  
  11.  
  12.  
  13. class Bug(BugBase):
  14.     
  15.     def __init__(self, bug = None, url = None, connection = None):
  16.         BugBase.__init__(self, bug, url, connection = XMLRPC_Con())
  17.  
  18.     
  19.     def get_importance(self):
  20.         return 'test importance'
  21.  
  22.     
  23.     def get_attachments(self):
  24.         return 'This would return a list of attachments generated via XMLRPC'
  25.  
  26.  
  27.