Changeset 9970 for trunk/gsdl/bin/script


Ignore:
Timestamp:
2005-05-26T13:36:08+12:00 (19 years ago)
Author:
jrm21
Message:

no need for a new function when we can just import the existing one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r9951 r9970  
    4747use parsargv;
    4848use FileHandle;
    49 use gsprintf;
     49use gsprintf 'gsprintf';
    5050use printusage;
    5151
     
    190190        'desc' => "{import.desc}",
    191191        'args' => $arguments };
    192 
    193 sub gsprintf
    194 {
    195     return &gsprintf::gsprintf(@_);
    196 }
    197192
    198193
Note: See TracChangeset for help on using the changeset viewer.