Skip to content

Commit

Permalink
AVRO-525. remove unused imports (Esteve Fernandez via hammer)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.3@950145 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jeffrey Evan Hammerbacher committed Jun 1, 2010
1 parent 2550e35 commit 51afd62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Avro Change Log

Avro 1.3.3 (Unreleased)

IMPROVEMENTS

AVRO-525. remove unused imports (Esteve Fernandez via hammer)

BUG FIXES

AVRO-496. python sample_http_client.py is broken (Jeff Hodges via hammer)

Avro 1.3.2 (31 March 2010)
Expand Down
1 change: 0 additions & 1 deletion lang/py/src/avro/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"""
Protocol implementation.
"""
import cStringIO
try:
import hashlib
except ImportError:
Expand Down
1 change: 0 additions & 1 deletion lang/py/src/avro/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"""
import sys
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
import httplib
import urlparse
from avro import io
from avro import datafile
Expand Down
2 changes: 0 additions & 2 deletions lang/py/test/sample_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import httplib
import sys

from avro import ipc
from avro import protocol
from avro import schema

MAIL_PROTOCOL_JSON = """\
{"namespace": "example.proto",
Expand Down
1 change: 0 additions & 1 deletion lang/py/test/sample_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
from avro import ipc
from avro import protocol
from avro import schema

MAIL_PROTOCOL_JSON = """\
{"namespace": "example.proto",
Expand Down

0 comments on commit 51afd62

Please sign in to comment.