From cd0215d9a83b03b136919af6f7ce8a9954862b28 Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Sun, 24 Jan 2016 23:47:36 -0500 Subject: [PATCH] Add back empty __init__.py file for gtsam_tests. Seems required to be able to do "import gtsam_tests", but it can be empty. --- python/gtsam_tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/gtsam_tests/__init__.py diff --git a/python/gtsam_tests/__init__.py b/python/gtsam_tests/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/python/gtsam_tests/__init__.py @@ -0,0 +1 @@ +