From f5800a7ceed8560800a20ab77af7d5735ad4e7d9 Mon Sep 17 00:00:00 2001
From: Mark Driver <mdd31@cam.ac.uk>
Date: Wed, 28 Jun 2017 15:02:55 +0100
Subject: [PATCH] set up directory structure.

---
 solventmapcreator/io/__init__.py                            | 0
 solventmapcreator/solvationcalculation/__init__.py          | 0
 solventmapcreator/test/__init__.py                          | 0
 solventmapcreator/test/iotest/__init__.py                   | 0
 solventmapcreator/test/solvationcalculationtest/__init__.py | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 solventmapcreator/io/__init__.py
 create mode 100644 solventmapcreator/solvationcalculation/__init__.py
 create mode 100644 solventmapcreator/test/__init__.py
 create mode 100644 solventmapcreator/test/iotest/__init__.py
 create mode 100644 solventmapcreator/test/solvationcalculationtest/__init__.py

diff --git a/solventmapcreator/io/__init__.py b/solventmapcreator/io/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/solventmapcreator/solvationcalculation/__init__.py b/solventmapcreator/solvationcalculation/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/solventmapcreator/test/__init__.py b/solventmapcreator/test/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/solventmapcreator/test/iotest/__init__.py b/solventmapcreator/test/iotest/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/solventmapcreator/test/solvationcalculationtest/__init__.py b/solventmapcreator/test/solvationcalculationtest/__init__.py
new file mode 100644
index 0000000..e69de29
-- 
GitLab