r9199: fold clsql-base and clsql-base-sys into clsql-base
[clsql.git] / base / transaction.lisp
index fa4f7523fd72af0c4cea3c72a2ae33ef99703fa4..61438edf2a48be4f8edda77e5480a132cd92f7d5 100644 (file)
@@ -12,7 +12,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package #:clsql-base-sys)
+(in-package #:clsql-base)
 
 (defclass transaction ()
   ((commit-hooks :initform () :accessor commit-hooks)