From 370e3fa6660fa2eb675199104cde9e9d02063cfd Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 26 Jan 2009 10:55:39 -0800 Subject: Remove the protobuf based HTTP upload code path Now that Gerrit2 has been released and the only supported upload protocol is direct git push over SSH we no longer need the large and complex protobuf client library, or the upload chunking logic in gerrit_upload.py. Signed-off-by: Shawn O. Pearce --- codereview/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 codereview/__init__.py (limited to 'codereview/__init__.py') diff --git a/codereview/__init__.py b/codereview/__init__.py deleted file mode 100644 index 58835553..00000000 --- a/codereview/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = 'v1.0-112-gbcd4db5a' -- cgit v1.2.3-54-g00ecf