[Subversion] / PyDicia / pydicia.py  

Diff of /PyDicia/pydicia.py

Parent Directory | Revision Log

version 2324, Wed Jul 4 22:31:04 2007 UTC version 2328, Thu Jul 5 15:45:29 2007 UTC
Line 315 
Line 315 
         # only add the batch if the above operations were successful...          # only add the batch if the above operations were successful...
         self.batches.append(batch)          self.batches.append(batch)
   
       def run(self):
           return [batch.run() for batch in self.batches]
   
   
 @generic  @generic
 def add_to_package(ob, package, isdefault):  def add_to_package(ob, package, isdefault):
Line 323 
Line 326 
         add_to_package(ob, package, isdefault)          add_to_package(ob, package, isdefault)
   
   
   
   
   
 inverses = dict(  inverses = dict(
     TRUE='FALSE', FALSE='TRUE', YES='NO', NO='YES', ON='OFF', OFF='ON'      TRUE='FALSE', FALSE='TRUE', YES='NO', NO='YES', ON='OFF', OFF='ON'
 )  )


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help