зеркало из https://github.com/mozilla/gecko-dev.git
regularize use statements
This commit is contained in:
Родитель
3ad1f7364c
Коммит
f913b8c91f
|
@ -12,8 +12,8 @@
|
|||
# the completed string before it is returned.
|
||||
|
||||
|
||||
# $Revision: 1.4 $
|
||||
# $Date: 2000/10/17 23:53:09 $
|
||||
# $Revision: 1.5 $
|
||||
# $Date: 2000/11/09 19:30:45 $
|
||||
# $Author: kestes%staff.mail.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $
|
||||
# $Name: $
|
||||
|
@ -45,6 +45,13 @@
|
|||
|
||||
package HTMLPopUp;
|
||||
|
||||
# Load standard perl libraries
|
||||
|
||||
|
||||
# Load Tinderbox libraries
|
||||
|
||||
use lib '#tinder_libdir#';
|
||||
|
||||
use Utils;
|
||||
|
||||
# Pick how you wish to the Tinderbox popup windows to be implemented:
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
# but binary format.
|
||||
|
||||
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2000/08/24 14:58:08 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2000/11/09 19:30:32 $
|
||||
# $Author: kestes%staff.mail.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Persistence.pm,v $
|
||||
# $Name: $
|
||||
|
@ -50,6 +50,8 @@ package Persistence;
|
|||
|
||||
# Load Tinderbox libraries
|
||||
|
||||
use lib '#tinder_libdir#';
|
||||
|
||||
use Utils;
|
||||
|
||||
$VERSION = '#tinder_version#';
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
# notice board display, build display (colored squares)
|
||||
|
||||
|
||||
# $Revision: 1.4 $
|
||||
# $Date: 2000/10/17 23:49:24 $
|
||||
# $Revision: 1.5 $
|
||||
# $Date: 2000/11/09 19:31:05 $
|
||||
# $Author: kestes%staff.mail.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm,v $
|
||||
# $Name: $
|
||||
|
@ -62,6 +62,8 @@ use File::Basename;
|
|||
|
||||
# Tinderbox Specific Libraries
|
||||
|
||||
use lib '#tinder_libdir#';
|
||||
|
||||
use Utils;
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче