[Subversion] / BytecodeAssembler / setup.py  

Diff of /BytecodeAssembler/setup.py

Parent Directory | Revision Log

version 2646, Tue Aug 3 03:26:30 2010 UTC version 2733, Sat Apr 4 00:53:52 2015 UTC
Line 11 
Line 11 
   
 def get_description():  def get_description():
     # Get our long description from the documentation      # Get our long description from the documentation
     f = file('README.txt')      f = open('README.txt')
     lines = []      lines = []
     for line in f:      for line in f:
         if not line.strip():          if not line.strip():


Generate output suitable for use with a patch program
Legend:
Removed from v.2646  
changed lines
  Added in v.2733

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help