Changeset 54 for plone4bio.base/trunk

Show
Ignore:
Timestamp:
08/26/09 23:38:21 (3 years ago)
Author:
mauro
Message:

remove pdb

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk/src/plone4bio/base/predictor.py

    r45 r54  
    131131        assert type(argv[0]) == list 
    132132        assert type(argv[1]) == dict 
    133         import pdb; pdb.set_trace() 
    134133        if not hasattr(self, '_v_predictor'): 
    135134            self._load_predictor()