Line # Revision Author
1 296 ahitrov package promosuite::Keeper;
2
3 use strict;
4 use base 'Contenido::Keeper';
5
6 #put youre custom sql code and other project dependent stuff here
7
8 1;
9