From c47914485e4eca6e1dda6f9702fda49e65ef750c Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 23 Sep 2015 09:45:20 +0100 Subject: Fix having added the wrong directory --- ciatlib/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ciatlib/__init__.py (limited to 'ciatlib/__init__.py') diff --git a/ciatlib/__init__.py b/ciatlib/__init__.py new file mode 100644 index 0000000..ccfe4e7 --- /dev/null +++ b/ciatlib/__init__.py @@ -0,0 +1,2 @@ +import common +import master -- cgit v1.2.1