clsql/db-aodbc aodbc-package.lisp,1.1,1.2

"Kevin M. Rosenberg" <[email protected]> Fri, 6 Dec 2002 13:47:00 -0700
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql/db-aodbc
In directory boa.b9.com:/tmp/cvs-serv12102/clsql/db-aodbc

Modified Files:
	aodbc-package.lisp 
Log Message:



Index: aodbc-package.lisp
===================================================================
RCS file: /pubcvs/clsql/db-aodbc/aodbc-package.lisp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** aodbc-package.lisp	30 Sep 2002 10:19:23 -0000	1.1
--- aodbc-package.lisp	6 Dec 2002 20:46:58 -0000	1.2
***************
*** 27,31 ****
  (defpackage :clsql-aodbc
      (:nicknames :aodbc)
!     (:use :common-lisp :clsql-base-sys)
      (:export #:aodbc-database)
      (:documentation "This is the CLSQL interface to Allegro's AODBC"))
--- 27,31 ----
  (defpackage :clsql-aodbc
      (:nicknames :aodbc)
!     (:use :common-lisp :clsql-base)
      (:export #:aodbc-database)
      (:documentation "This is the CLSQL interface to Allegro's AODBC"))