call out the correct Weather::Com module

This commit is contained in:
Colin Kuskie 2007-03-09 17:16:29 +00:00
parent 7818789002
commit 72d1b9acc7

View file

@ -15,7 +15,7 @@ package WebGUI::Asset::Wobject::WeatherData;
=cut
use strict;
use Weather::Simple;
use Weather::Com::Simple;
use WebGUI::International;
use base 'WebGUI::Asset::Wobject';
use WebGUI::Utility;