From 15f723aafd1c588ab804cb2b14bf7d3e9526239a Mon Sep 17 00:00:00 2001 From: Elmom Date: Sat, 19 Feb 2011 01:49:49 +0200 Subject: [PATCH] Added the Python solid cad frontend SolidPython as a submodule --- .gitmodules | 3 +++ SolidPython | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 SolidPython diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..363b6cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SolidPython"] + path = SolidPython + url = git@github.com:SolidCode/SolidPython.git diff --git a/SolidPython b/SolidPython new file mode 160000 index 0000000..ecf1c08 --- /dev/null +++ b/SolidPython @@ -0,0 +1 @@ +Subproject commit ecf1c0888ad323e2be5b2ec1578773be46b72435