From 063233956737efc76969044bcba263a6a33f2462 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 2 Oct 2009 09:19:09 +0200 Subject: [PATCH] forgot that we've migrated listoflist elsewhere, leaving the mappings to/from dataframe-like objects here. Signed-off-by: AJ Rossini --- cls.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cls.asd b/cls.asd index 2ecbc20..63bf807 100644 --- a/cls.asd +++ b/cls.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-09-19 23:18:31 tony> +;;; Time-stamp: <2009-10-02 09:00:12 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: cls.asd ;;; Author: AJ Rossini @@ -195,7 +195,8 @@ (:file "dataframe-listoflist") (:file "data") (:file "import") - (:file "listoflist"))) + ;;(:file "listoflist") + )) (:module "cls-basics" -- 2.11.4.GIT