Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 2905)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 4440)
@@ -1,7 +1,7 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.8 2005-01-05 04:31:59 jhoblitt Exp $
-
-package PS::IPP::IData::Server;
+# $Id: Server.pm,v 1.9 2005-06-30 02:35:06 jhoblitt Exp $
+
+package Nebulous::Server;
 
 use strict;
@@ -11,7 +11,7 @@
 
 use DBI;
-use PS::IPP::IData::Util qw( :standard );
-use PS::IPP::IData::Server::Log;
-use PS::IPP::IData::Server::SQL;
+use Nebulous::Util qw( :standard );
+use Nebulous::Server::Log;
+use Nebulous::Server::SQL;
 use Log::Log4perl;
 use Params::Validate qw( validate_pos SCALAR );
@@ -40,6 +40,6 @@
     );
 
-    $log = Log::Log4perl::get_logger( "PS::IPP::IData::Server" );
-    $sql = PS::IPP::IData::Server::SQL->new;
+    $log = Log::Log4perl::get_logger( "Nebulous::Server" );
+    $sql = Nebulous::Server::SQL->new;
 
     $log->debug( "entered - @_" );
