Changeset 307 for tbroadcast


Ignore:
Timestamp:
Nov 10, 2006, 11:28:12 AM (18 years ago)
Author:
garonne
Message:

correct typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/HEAD/python/tbroadcast.py

    r306 r307  
    494494   
    495495    def generate_make (self, file, command):
    496         print 'generate_make'
    497496        makefile = open (file, 'w+')
    498497        self.recursive_make (self.current_package, command, makefile, len(self.packages))
     
    502501        lines = self.generate_action_make (package, command, indice)
    503502        makefile.write (lines)
    504         print lines               
     503        #print lines               
    505504        for pkg in self.packages[package] ['uses']:
    506505            if pkg not in actions:
Note: See TracChangeset for help on using the changeset viewer.