Remove old CVS $Id$ keyword
[uffi.git] / tests / package.lisp
index 7db77f2d4f2b9f5ec6c402aaa93e8f05d5c6fc9c..d65ae6ede3a7fc85d962352d188a4c2f1c00c47c 100644 (file)
@@ -7,11 +7,13 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2003/04/29 12:42:03 kevin Exp $
+;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg
+;;;;
 ;;;; *************************************************************************
 
 (defpackage #:uffi-tests
-  (:use #:asdf #:cl #:uffi #:rtest))
+  (:use #:asdf #:cl #:uffi #:rtest)
+  (:shadowing-import-from #:uffi #:run-shell-command))
 
 (in-package #:uffi-tests)