~bkrpr/bookliberator/trunk

« back to all changes in this revision

Viewing changes to cli.py

  • Committer: James Vasile
  • Date: 2009-01-24 04:11:35 UTC
  • Revision ID: james@hackervisions.org-20090124041135-gg5yvdvtjehcxcoz
disconnect stats until we fix it

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                if 'crop' in opt:
139
139
                    cropper.crop(self.M, p, **opt)
140
140
 
141
 
        stat_correct_crop(self.M)
142
 
 
 
141
        cropper.stat_correct_crop(self.M)