From 0407742fd83f7c129f9f46fb687d377b6779ba8d Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 7 Nov 2010 02:20:56 -0500 Subject: [PATCH] Moved twython-django to be a submodule, better references everything this way (no need to ship useless, bloated code with a release). Twython 1.3.5 will not ship with the extra Django code, as it's now in its own separate repository (this is better, email if you have questions, happy to answer). --- .gitmodules | 3 +++ twython-django | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 twython-django diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a3dc19e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "twython-django"] + path = twython-django + url = git@github.com:ryanmcgrath/twython-django.git diff --git a/twython-django b/twython-django new file mode 160000 index 0000000..fab3d7a --- /dev/null +++ b/twython-django @@ -0,0 +1 @@ +Subproject commit fab3d7a216de87bed8aef9830bb9d04a408859eb