home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1853 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  938 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __docformat__ = 'restructuredtext en'
  5.  
  6. class Macro:
  7.     
  8.     def __init__(self, data):
  9.         self.value = ''.join(data).rstrip() + '\n'
  10.  
  11.     
  12.     def __str__(self):
  13.         return self.value
  14.  
  15.     
  16.     def __repr__(self):
  17.         return 'IPython.macro.Macro(%s)' % repr(self.value)
  18.  
  19.  
  20.