[Subversion] / SymbolType / setup.py  

Diff of /SymbolType/setup.py

Parent Directory | Revision Log

version 2150, Thu May 25 15:40:44 2006 UTC version 2730, Fri Apr 3 23:49:23 2015 UTC
Line 12 
Line 12 
   
 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.2150  
changed lines
  Added in v.2730

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help