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

Comparing UserCode/VHbb/python/evaluateMVA.py (file contents):
Revision 1.5 by peller, Wed May 23 11:44:41 2012 UTC vs.
Revision 1.6 by nmohr, Wed Jun 6 21:22:17 2012 UTC

# Line 9 | Line 9 | from copy import copy
9   #suppres the EvalInstace conversion warning bug
10   import warnings
11   warnings.filterwarnings( action='ignore', category=RuntimeWarning, message='creating converter.*' )
12 < from ConfigParser import SafeConfigParser
12 > from BetterConfigParser import BetterConfigParser
13   from samplesclass import sample
14   from mvainfos import mvainfo
15   import pickle
# Line 19 | Line 19 | from printcolor import printc
19   #CONFIGURE
20  
21   #load config
22 < config = SafeConfigParser()
22 > config = BetterConfigParser()
23   config.read('./config')
24  
25   #get locations:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines