ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/showinfo.py
(Generate patch)

Comparing UserCode/VHbb/python/showinfo.py (file contents):
Revision 1.2 by peller, Tue May 8 10:33:40 2012 UTC vs.
Revision 1.3 by peller, Mon May 21 09:17:41 2012 UTC

# Line 1 | Line 1
1   #!/usr/bin/env python
2 < from samplesinfo import sample
2 > from samplesclass import sample
3   import pickle
4   import sys
5  
# Line 25 | Line 25 | for job in info:
25      for comment in comments:
26          print '\t\t\t'+ comment
27      print ''
28 < infofile.close()
28 > infofile.close()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines