summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/bind.pm
blob: b72c9bdb0a0ed1d5364a6afd6afd1beee4ad0223 (plain)
1
2
3
4
5
6
7
package FS::part_export::bind;

use vars qw(@ISA);
use FS::part_export::null;

@ISA = qw(FS::part_export::null);