From 9c026a39d0c92e3b58d4c8eb1a5a118abd6dc156 Mon Sep 17 00:00:00 2001 From: einarr Date: Fri, 5 Dec 2008 21:50:32 +0000 Subject: [PATCH] BREAKING STUFF! Renaming from fluents to laydi --- laydi/{fluents.glade => laydi.glade} | 0 laydi/{fluents.py => laydi.py} | 0 run-fluents => run-laydi | 0 test/{fluents => laydi}/annotationtest.py | 0 test/{fluents => laydi}/datasettest.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename laydi/{fluents.glade => laydi.glade} (100%) rename laydi/{fluents.py => laydi.py} (100%) rename run-fluents => run-laydi (100%) rename test/{fluents => laydi}/annotationtest.py (100%) rename test/{fluents => laydi}/datasettest.py (100%) diff --git a/laydi/fluents.glade b/laydi/laydi.glade similarity index 100% rename from laydi/fluents.glade rename to laydi/laydi.glade diff --git a/laydi/fluents.py b/laydi/laydi.py similarity index 100% rename from laydi/fluents.py rename to laydi/laydi.py diff --git a/run-fluents b/run-laydi similarity index 100% rename from run-fluents rename to run-laydi diff --git a/test/fluents/annotationtest.py b/test/laydi/annotationtest.py similarity index 100% rename from test/fluents/annotationtest.py rename to test/laydi/annotationtest.py diff --git a/test/fluents/datasettest.py b/test/laydi/datasettest.py similarity index 100% rename from test/fluents/datasettest.py rename to test/laydi/datasettest.py