[conduit] use system gdata



commit 4d37d0d25e930486ba57882e82e3b3ff0be16d40
Author: John Stowers <john stowers gmail com>
Date:   Thu Jan 7 17:18:55 2010 +0100

    use system gdata

 conduit/modules/GoogleModule/Makefile.am           |    8 -
 conduit/modules/GoogleModule/atom/Makefile.am      |    5 -
 conduit/modules/GoogleModule/atom/__init__.py      | 1407 ----------
 conduit/modules/GoogleModule/atom/auth.py          |   37 -
 conduit/modules/GoogleModule/atom/client.py        |  111 -
 conduit/modules/GoogleModule/atom/core.py          |  395 ---
 conduit/modules/GoogleModule/atom/http.py          |  286 --
 conduit/modules/GoogleModule/atom/http_core.py     |  407 ---
 .../modules/GoogleModule/atom/http_interface.py    |  158 --
 conduit/modules/GoogleModule/atom/mock_http.py     |  132 -
 .../modules/GoogleModule/atom/mock_http_core.py    |  141 -
 conduit/modules/GoogleModule/atom/mock_service.py  |  243 --
 conduit/modules/GoogleModule/atom/service.py       |  726 -----
 conduit/modules/GoogleModule/atom/token_store.py   |  117 -
 conduit/modules/GoogleModule/atom/url.py           |  139 -
 conduit/modules/GoogleModule/calendar-config.glade |  254 --
 .../GoogleModule/gdata/Crypto/Cipher/AES.pyd       |  Bin 27648 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/ARC2.pyd      |  Bin 15872 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/ARC4.pyd      |  Bin 8704 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/Blowfish.pyd  |  Bin 19968 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/CAST.pyd      |  Bin 26112 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/DES.pyd       |  Bin 20480 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/DES3.pyd      |  Bin 20992 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/IDEA.pyd      |  Bin 15360 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/RC5.pyd       |  Bin 15872 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/XOR.pyd       |  Bin 8704 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Cipher/__init__.py   |   33 -
 .../modules/GoogleModule/gdata/Crypto/Hash/HMAC.py |  108 -
 .../modules/GoogleModule/gdata/Crypto/Hash/MD2.pyd |  Bin 8704 -> 0 bytes
 .../modules/GoogleModule/gdata/Crypto/Hash/MD4.pyd |  Bin 9728 -> 0 bytes
 .../modules/GoogleModule/gdata/Crypto/Hash/MD5.py  |   13 -
 .../GoogleModule/gdata/Crypto/Hash/RIPEMD.pyd      |  Bin 14336 -> 0 bytes
 .../modules/GoogleModule/gdata/Crypto/Hash/SHA.py  |   11 -
 .../GoogleModule/gdata/Crypto/Hash/SHA256.pyd      |  Bin 9216 -> 0 bytes
 .../GoogleModule/gdata/Crypto/Hash/__init__.py     |   24 -
 .../gdata/Crypto/Protocol/AllOrNothing.py          |  295 --
 .../GoogleModule/gdata/Crypto/Protocol/Chaffing.py |  229 --
 .../GoogleModule/gdata/Crypto/Protocol/__init__.py |   17 -
 .../GoogleModule/gdata/Crypto/PublicKey/DSA.py     |  238 --
 .../GoogleModule/gdata/Crypto/PublicKey/ElGamal.py |  132 -
 .../GoogleModule/gdata/Crypto/PublicKey/RSA.py     |  256 --
 .../gdata/Crypto/PublicKey/__init__.py             |   17 -
 .../GoogleModule/gdata/Crypto/PublicKey/pubkey.py  |  172 --
 .../GoogleModule/gdata/Crypto/PublicKey/qNEW.py    |  170 --
 .../GoogleModule/gdata/Crypto/Util/RFC1751.py      |  342 ---
 .../GoogleModule/gdata/Crypto/Util/__init__.py     |   16 -
 .../GoogleModule/gdata/Crypto/Util/number.py       |  201 --
 .../GoogleModule/gdata/Crypto/Util/randpool.py     |  421 ---
 .../modules/GoogleModule/gdata/Crypto/Util/test.py |  453 ----
 .../modules/GoogleModule/gdata/Crypto/__init__.py  |   25 -
 conduit/modules/GoogleModule/gdata/Crypto/test.py  |   38 -
 conduit/modules/GoogleModule/gdata/Makefile.am     |    7 -
 conduit/modules/GoogleModule/gdata/__init__.py     |  835 ------
 conduit/modules/GoogleModule/gdata/alt/__init__.py |   20 -
 .../modules/GoogleModule/gdata/alt/appengine.py    |  302 ---
 .../modules/GoogleModule/gdata/apps/Makefile.am    |    5 -
 .../modules/GoogleModule/gdata/apps/__init__.py    |  496 ----
 .../gdata/apps/emailsettings/__init__.py           |   15 -
 .../gdata/apps/emailsettings/service.py            |  250 --
 .../GoogleModule/gdata/apps/migration/__init__.py  |  212 --
 .../GoogleModule/gdata/apps/migration/service.py   |  129 -
 conduit/modules/GoogleModule/gdata/apps/service.py |  449 ----
 conduit/modules/GoogleModule/gdata/auth.py         |  929 -------
 .../modules/GoogleModule/gdata/base/Makefile.am    |    5 -
 .../modules/GoogleModule/gdata/base/__init__.py    |  687 -----
 conduit/modules/GoogleModule/gdata/base/service.py |  256 --
 .../modules/GoogleModule/gdata/blogger/Makefile.am |    5 -
 .../modules/GoogleModule/gdata/blogger/__init__.py |  202 --
 .../modules/GoogleModule/gdata/blogger/service.py  |  142 -
 .../GoogleModule/gdata/calendar/Makefile.am        |    5 -
 .../GoogleModule/gdata/calendar/__init__.py        |  907 -------
 .../modules/GoogleModule/gdata/calendar/service.py |  595 ----
 conduit/modules/GoogleModule/gdata/client.py       |  101 -
 .../GoogleModule/gdata/codesearch/Makefile.am      |    5 -
 .../GoogleModule/gdata/codesearch/__init__.py      |  136 -
 .../GoogleModule/gdata/codesearch/service.py       |  109 -
 .../GoogleModule/gdata/contacts/Makefile.am        |    5 -
 .../GoogleModule/gdata/contacts/__init__.py        |  355 ---
 .../modules/GoogleModule/gdata/contacts/service.py |  335 ---
 .../modules/GoogleModule/gdata/docs/Makefile.am    |    5 -
 .../modules/GoogleModule/gdata/docs/__init__.py    |   66 -
 conduit/modules/GoogleModule/gdata/docs/service.py |  286 --
 .../modules/GoogleModule/gdata/exif/Makefile.am    |    5 -
 .../modules/GoogleModule/gdata/exif/__init__.py    |  217 --
 conduit/modules/GoogleModule/gdata/geo/Makefile.am |    5 -
 conduit/modules/GoogleModule/gdata/geo/__init__.py |  185 --
 .../modules/GoogleModule/gdata/media/Makefile.am   |    5 -
 .../modules/GoogleModule/gdata/media/__init__.py   |  331 ---
 .../modules/GoogleModule/gdata/oauth/CHANGES.txt   |   17 -
 .../modules/GoogleModule/gdata/oauth/__init__.py   |  524 ----
 conduit/modules/GoogleModule/gdata/oauth/rsa.py    |  120 -
 .../modules/GoogleModule/gdata/photos/Makefile.am  |    5 -
 .../modules/GoogleModule/gdata/photos/__init__.py  | 1112 --------
 .../modules/GoogleModule/gdata/photos/service.py   |  680 -----
 conduit/modules/GoogleModule/gdata/service.py      | 1627 -----------
 .../GoogleModule/gdata/spreadsheet/Makefile.am     |    5 -
 .../GoogleModule/gdata/spreadsheet/__init__.py     |  474 ----
 .../GoogleModule/gdata/spreadsheet/service.py      |  478 ----
 .../GoogleModule/gdata/spreadsheet/text_db.py      |  559 ----
 conduit/modules/GoogleModule/gdata/test_data.py    | 2838 --------------------
 .../modules/GoogleModule/gdata/tlslite/BaseDB.py   |  120 -
 .../modules/GoogleModule/gdata/tlslite/Checker.py  |  146 -
 .../GoogleModule/gdata/tlslite/FileObject.py       |  220 --
 .../gdata/tlslite/HandshakeSettings.py             |  159 --
 .../modules/GoogleModule/gdata/tlslite/Session.py  |  131 -
 .../GoogleModule/gdata/tlslite/SessionCache.py     |  103 -
 .../GoogleModule/gdata/tlslite/SharedKeyDB.py      |   58 -
 .../GoogleModule/gdata/tlslite/TLSConnection.py    | 1600 -----------
 .../GoogleModule/gdata/tlslite/TLSRecordLayer.py   | 1123 --------
 .../GoogleModule/gdata/tlslite/VerifierDB.py       |   90 -
 conduit/modules/GoogleModule/gdata/tlslite/X509.py |  133 -
 .../GoogleModule/gdata/tlslite/X509CertChain.py    |  181 --
 .../modules/GoogleModule/gdata/tlslite/__init__.py |   39 -
 conduit/modules/GoogleModule/gdata/tlslite/api.py  |   75 -
 .../GoogleModule/gdata/tlslite/constants.py        |  225 --
 .../modules/GoogleModule/gdata/tlslite/errors.py   |  149 -
 .../gdata/tlslite/integration/AsyncStateMachine.py |  235 --
 .../gdata/tlslite/integration/ClientHelper.py      |  163 --
 .../gdata/tlslite/integration/HTTPTLSConnection.py |  169 --
 .../gdata/tlslite/integration/IMAP4_TLS.py         |  132 -
 .../gdata/tlslite/integration/IntegrationHelper.py |   52 -
 .../gdata/tlslite/integration/POP3_TLS.py          |  142 -
 .../gdata/tlslite/integration/SMTP_TLS.py          |  114 -
 .../tlslite/integration/TLSAsyncDispatcherMixIn.py |  139 -
 .../tlslite/integration/TLSSocketServerMixIn.py    |   59 -
 .../integration/TLSTwistedProtocolWrapper.py       |  196 --
 .../gdata/tlslite/integration/XMLRPCTransport.py   |  137 -
 .../gdata/tlslite/integration/__init__.py          |   17 -
 .../modules/GoogleModule/gdata/tlslite/mathtls.py  |  170 --
 .../modules/GoogleModule/gdata/tlslite/messages.py |  561 ----
 .../GoogleModule/gdata/tlslite/utils/AES.py        |   31 -
 .../GoogleModule/gdata/tlslite/utils/ASN1Parser.py |   34 -
 .../gdata/tlslite/utils/Cryptlib_AES.py            |   34 -
 .../gdata/tlslite/utils/Cryptlib_RC4.py            |   28 -
 .../gdata/tlslite/utils/Cryptlib_TripleDES.py      |   35 -
 .../gdata/tlslite/utils/OpenSSL_AES.py             |   49 -
 .../gdata/tlslite/utils/OpenSSL_RC4.py             |   25 -
 .../gdata/tlslite/utils/OpenSSL_RSAKey.py          |  148 -
 .../gdata/tlslite/utils/OpenSSL_TripleDES.py       |   44 -
 .../gdata/tlslite/utils/PyCrypto_AES.py            |   22 -
 .../gdata/tlslite/utils/PyCrypto_RC4.py            |   22 -
 .../gdata/tlslite/utils/PyCrypto_RSAKey.py         |   61 -
 .../gdata/tlslite/utils/PyCrypto_TripleDES.py      |   22 -
 .../GoogleModule/gdata/tlslite/utils/Python_AES.py |   68 -
 .../GoogleModule/gdata/tlslite/utils/Python_RC4.py |   39 -
 .../gdata/tlslite/utils/Python_RSAKey.py           |  209 --
 .../GoogleModule/gdata/tlslite/utils/RC4.py        |   17 -
 .../GoogleModule/gdata/tlslite/utils/RSAKey.py     |  264 --
 .../GoogleModule/gdata/tlslite/utils/TripleDES.py  |   26 -
 .../GoogleModule/gdata/tlslite/utils/__init__.py   |   31 -
 .../gdata/tlslite/utils/cipherfactory.py           |  111 -
 .../GoogleModule/gdata/tlslite/utils/codec.py      |   94 -
 .../GoogleModule/gdata/tlslite/utils/compat.py     |  140 -
 .../GoogleModule/gdata/tlslite/utils/cryptomath.py |  403 ---
 .../GoogleModule/gdata/tlslite/utils/dateFuncs.py  |   75 -
 .../GoogleModule/gdata/tlslite/utils/entropy.c     |  173 --
 .../GoogleModule/gdata/tlslite/utils/hmac.py       |  104 -
 .../gdata/tlslite/utils/jython_compat.py           |  195 --
 .../GoogleModule/gdata/tlslite/utils/keyfactory.py |  243 --
 .../GoogleModule/gdata/tlslite/utils/rijndael.py   |  392 ---
 .../GoogleModule/gdata/tlslite/utils/win32prng.c   |   63 -
 .../GoogleModule/gdata/tlslite/utils/xmltools.py   |  201 --
 conduit/modules/GoogleModule/gdata/urlfetch.py     |  247 --
 .../GoogleModule/gdata/webmastertools/__init__.py  |  542 ----
 .../GoogleModule/gdata/webmastertools/service.py   |  516 ----
 .../modules/GoogleModule/gdata/youtube/Makefile.am |    5 -
 .../modules/GoogleModule/gdata/youtube/__init__.py |  684 -----
 .../modules/GoogleModule/gdata/youtube/service.py  | 1557 -----------
 168 files changed, 0 insertions(+), 38612 deletions(-)
---
diff --git a/conduit/modules/GoogleModule/Makefile.am b/conduit/modules/GoogleModule/Makefile.am
index 47ae5ea..24326f9 100644
--- a/conduit/modules/GoogleModule/Makefile.am
+++ b/conduit/modules/GoogleModule/Makefile.am
@@ -1,13 +1,5 @@
-SUBDIRS = gdata atom
-
 conduit_handlersdir = $(libdir)/conduit/modules/GoogleModule
 conduit_handlers_PYTHON = __init__.py GoogleModule.py
 
-conduit_handlers_DATA = \
-	calendar-config.glade
-
-EXTRA_DIST = \
-	calendar-config.glade
-
 clean-local:
 	rm -rf *.pyc *.pyo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]