home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / rdflib / FileInputSource.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  875 b   |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from xml.sax.xmlreader import InputSource
  5.  
  6. class FileInputSource(InputSource, object):
  7.     
  8.     def __init__(self, file):
  9.         super(FileInputSource, self).__init__(`file`)
  10.         self.file = file
  11.         self.setByteStream(file)
  12.  
  13.     
  14.     def __repr__(self):
  15.         return `self.file`
  16.  
  17.  
  18.