From 0605abfea5a31af33a69907cc509b31ad6aff559 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 24 Jan 2016 15:50:31 -0800 Subject: [PATCH] Chaned dir structure a bit --- python/{gtsam/examples => gtsam_examples}/OdometeryExample.py | 0 python/{gtsam/examples => gtsam_examples}/SFMdata.py | 0 python/{gtsam/examples => gtsam_examples}/VisualISAM2Example.py | 0 python/{gtsam/examples => gtsam_examples}/__init__.py | 0 python/{gtsam/utils => gtsam_utils}/__init__.py | 0 python/{gtsam/utils => gtsam_utils}/_plot.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename python/{gtsam/examples => gtsam_examples}/OdometeryExample.py (100%) rename python/{gtsam/examples => gtsam_examples}/SFMdata.py (100%) rename python/{gtsam/examples => gtsam_examples}/VisualISAM2Example.py (100%) rename python/{gtsam/examples => gtsam_examples}/__init__.py (100%) rename python/{gtsam/utils => gtsam_utils}/__init__.py (100%) rename python/{gtsam/utils => gtsam_utils}/_plot.py (100%) diff --git a/python/gtsam/examples/OdometeryExample.py b/python/gtsam_examples/OdometeryExample.py similarity index 100% rename from python/gtsam/examples/OdometeryExample.py rename to python/gtsam_examples/OdometeryExample.py diff --git a/python/gtsam/examples/SFMdata.py b/python/gtsam_examples/SFMdata.py similarity index 100% rename from python/gtsam/examples/SFMdata.py rename to python/gtsam_examples/SFMdata.py diff --git a/python/gtsam/examples/VisualISAM2Example.py b/python/gtsam_examples/VisualISAM2Example.py similarity index 100% rename from python/gtsam/examples/VisualISAM2Example.py rename to python/gtsam_examples/VisualISAM2Example.py diff --git a/python/gtsam/examples/__init__.py b/python/gtsam_examples/__init__.py similarity index 100% rename from python/gtsam/examples/__init__.py rename to python/gtsam_examples/__init__.py diff --git a/python/gtsam/utils/__init__.py b/python/gtsam_utils/__init__.py similarity index 100% rename from python/gtsam/utils/__init__.py rename to python/gtsam_utils/__init__.py diff --git a/python/gtsam/utils/_plot.py b/python/gtsam_utils/_plot.py similarity index 100% rename from python/gtsam/utils/_plot.py rename to python/gtsam_utils/_plot.py