Changeset 3035

Show
Ignore:
Timestamp:
10/13/06 23:38:45 (18 years ago)
Author:
jerome
Message:

Removed 'coefficient_' in front of each coefficient's name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r3034 r3035  
    648648        branches = {} 
    649649        for (k, v) in globalbranches : 
     650            k = k.split('_', 1)[1] 
    650651            value = v.strip() 
    651652            if value : 
     
    656657                 
    657658        for (k, v) in sectionbranches : 
     659            k = k.split('_', 1)[1] 
    658660            value = v.strip() 
    659661            if value :