#!/usr/bin/perl
#---------------------------------------------------------------
# Project         : Mandrake Linux
# Module          : testzilla/clients
# File            : add_video_card
# Version         : $Id: add_video_card,v 1.4 2004/01/15 11:54:12 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Mon Dec 29 19:36:09 2003
# Purpose         : upload a video card record to the hardware
#                 database
#---------------------------------------------------------------

use lib qw(/usr/share/testzilla);
use testzilla;

my $hwdb = testzilla::init("add_video_card");

testzilla::upload_video_card($hwdb);

# add_video_card ends here
