r9199: fold clsql-base and clsql-base-sys into clsql-base
[clsql.git] / base / pool.lisp
index bebe1b649430756dc99192604a404a98821ca42f..0564eb0e33f9651c2bc9af616e6c815d99111677 100644 (file)
@@ -16,7 +16,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package #:clsql-base-sys)
+(in-package #:clsql-base)
 
 (defvar *db-pool* (make-hash-table :test #'equal))
 (defvar *db-pool-lock* (make-process-lock "DB Pool lock"))