From 5a002751f5253d1d8a52eb8ebfa04d0b3b225070 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Sun, 6 Apr 2014 12:47:18 -0700 Subject: [PATCH] Added the main python libraries needed for robotpy (they're submodules) --- .gitmodules | 9 +++++++++ python/pyfrc | 1 + python/pynetworktables | 1 + python/robotpy | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 python/pyfrc create mode 160000 python/pynetworktables create mode 160000 python/robotpy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0b16bd2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "python/robotpy"] + path = python/robotpy + url = https://github.com/robotpy/robotpy.git +[submodule "python/pyfrc"] + path = python/pyfrc + url = https://github.com/robotpy/pyfrc.git +[submodule "python/pynetworktables"] + path = python/pynetworktables + url = https://github.com/robotpy/pynetworktables.git diff --git a/python/pyfrc b/python/pyfrc new file mode 160000 index 0000000..38f84b4 --- /dev/null +++ b/python/pyfrc @@ -0,0 +1 @@ +Subproject commit 38f84b43ffa698cede9b34438f52be918614da24 diff --git a/python/pynetworktables b/python/pynetworktables new file mode 160000 index 0000000..a4fcf4e --- /dev/null +++ b/python/pynetworktables @@ -0,0 +1 @@ +Subproject commit a4fcf4e9355a71ae4f9136245779fe779a8f0446 diff --git a/python/robotpy b/python/robotpy new file mode 160000 index 0000000..1d6603f --- /dev/null +++ b/python/robotpy @@ -0,0 +1 @@ +Subproject commit 1d6603f2178a007c83b67f5e6d8366e578ccc8b7