[Subversion] / DecoratorTools / setup.py  

Diff of /DecoratorTools/setup.py

Parent Directory | Revision Log

version 2613, Fri Jun 11 00:01:46 2010 UTC version 2727, Fri Apr 3 23:33:46 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.2613  
changed lines
  Added in v.2727

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help