From 37e033ca34a459c8eaa232a8a2dde7e893a2542c Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 24 May 2010 15:54:08 -0400 Subject: [PATCH] Moved patch files to subdirectory --- README.markdown | 2 +- .../python-twitter-GetHomeTimeline.patch | 0 .../python-twitter-GetListStatuses.patch | 0 .../python-twitter-GetMentions.patch | 0 .../python-twitter-User_verified.patch | 0 .../python-twitter-retweet-3.patch | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename python-twitter-GetHomeTimeline.patch => patches/python-twitter-GetHomeTimeline.patch (100%) rename python-twitter-GetListStatuses.patch => patches/python-twitter-GetListStatuses.patch (100%) rename python-twitter-GetMentions.patch => patches/python-twitter-GetMentions.patch (100%) rename python-twitter-User_verified.patch => patches/python-twitter-User_verified.patch (100%) rename python-twitter-retweet-3.patch => patches/python-twitter-retweet-3.patch (100%) diff --git a/README.markdown b/README.markdown index 443805b..61ab220 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ For the twitter module, you can download and install it with: hg clone https://python-twitter.googlecode.com/hg/ python-twitter cd python-twitter hg update dev - for i in ../hrafn/python-twitter-*.patch; do patch p1 < $i; done + for i in ../hrafn/patches/python-twitter-*.patch; do patch p1 < $i; done python setup.py build python setup.py install --user diff --git a/python-twitter-GetHomeTimeline.patch b/patches/python-twitter-GetHomeTimeline.patch similarity index 100% rename from python-twitter-GetHomeTimeline.patch rename to patches/python-twitter-GetHomeTimeline.patch diff --git a/python-twitter-GetListStatuses.patch b/patches/python-twitter-GetListStatuses.patch similarity index 100% rename from python-twitter-GetListStatuses.patch rename to patches/python-twitter-GetListStatuses.patch diff --git a/python-twitter-GetMentions.patch b/patches/python-twitter-GetMentions.patch similarity index 100% rename from python-twitter-GetMentions.patch rename to patches/python-twitter-GetMentions.patch diff --git a/python-twitter-User_verified.patch b/patches/python-twitter-User_verified.patch similarity index 100% rename from python-twitter-User_verified.patch rename to patches/python-twitter-User_verified.patch diff --git a/python-twitter-retweet-3.patch b/patches/python-twitter-retweet-3.patch similarity index 100% rename from python-twitter-retweet-3.patch rename to patches/python-twitter-retweet-3.patch