regularize the use statements.

This commit is contained in:
kestes%staff.mail.com 2000-11-09 19:12:55 +00:00
Родитель 8d18461d34
Коммит 3c284a469e
2 изменённых файлов: 15 добавлений и 11 удалений

Просмотреть файл

@ -4,8 +4,8 @@
# installed bonsai and are using cvsblame cvsguess and cvsquery to let
# your webserver render html pages of your CVS repository.
# $Revision: 1.3 $
# $Date: 2000/08/25 16:41:10 $
# $Revision: 1.4 $
# $Date: 2000/11/09 19:12:55 $
# $Author: kestes%staff.mail.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay/Bonsai.pm,v $
# $Name: $
@ -40,7 +40,12 @@
package VCDisplay;
# Tinderbox libraries
# Load standard perl libraries
# Load Tinderbox libraries
use lib '#tinder_libdir#';
use HTMLPopUp;
use TreeData;

Просмотреть файл

@ -6,8 +6,8 @@
# cvsquery an we may need to generalize the interfaces in the future
# to accomidate more VC systems.
# $Revision: 1.2 $
# $Date: 2000/08/11 00:19:13 $
# $Revision: 1.3 $
# $Date: 2000/11/09 19:12:49 $
# $Author: kestes%staff.mail.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay/None.pm,v $
# $Name: $
@ -38,18 +38,17 @@
# Load standard perl libraries
# Load Tinderbox libraries
package VCDisplay;
$VERSION = '#tinder_version#';
package VCDisplay;
# Load standard perl libraries
# Tinderbox libraries
# Load Tinderbox libraries
use lib '#tinder_libdir#';
use TreeData;
use HTMLPopUp;