IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2008, 3:54:20 PM (18 years ago)
Author:
jhoblitt
Message:

import required code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r17545 r17551  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.21 2008-05-06 23:39:32 jhoblitt Exp $
     5# $Id: dsget,v 1.22 2008-05-07 01:54:20 jhoblitt Exp $
    66
    77use strict;
     
    143143if ($nebulous) {
    144144    require Nebulous::Client;
     145    import Nebulous::Client;
    145146    require File::Copy;
     147    import File::Copy;
     148
    146149    my $neb = Nebulous::Client->new(
    147150        proxy   => $server,
Note: See TracChangeset for help on using the changeset viewer.