From 80e452af82da568d773ee84171b7324ed9d5ca89 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 9 Apr 2013 12:53:35 -0700 Subject: [PATCH] Include get_messages call in tarball. (imported from commit ed030c97ba3c34a72eb7ced867c20d1a7c315159) --- tools/build-api-tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-api-tarball b/tools/build-api-tarball index dfc8103052..acd6f3753f 100755 --- a/tools/build-api-tarball +++ b/tools/build-api-tarball @@ -2,7 +2,7 @@ cd api/ # Strip out non-send_message bindings. -perl -i.bak -ne 'print if !m/Client._register/ ||m/send_message/' humbug/__init__.py +perl -i.bak -ne 'print if !m/Client._register/ ||m/send_message/ ||m/get_messages/' humbug/__init__.py python setup.py sdist mv humbug/__init__.py.bak humbug/__init__.py echo API tarball written to api/dist