aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/descriptor_pool.py
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-08-12 11:34:19 -0400
committerTamir Duberstein <tamird@gmail.com>2015-08-22 12:55:19 -0400
commit09831c87685519908248cb306111b7bab71c1962 (patch)
treefcd1d65400b56933ccaa80274a17280708b8440a /python/google/protobuf/descriptor_pool.py
parent322d8939fc8043d3b2e2a1399447c2af84547396 (diff)
downloadprotobuf-09831c87685519908248cb306111b7bab71c1962.tar.gz
protobuf-09831c87685519908248cb306111b7bab71c1962.tar.bz2
protobuf-09831c87685519908248cb306111b7bab71c1962.zip
Clean up exception syntax
Diffstat (limited to 'python/google/protobuf/descriptor_pool.py')
-rw-r--r--python/google/protobuf/descriptor_pool.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/google/protobuf/descriptor_pool.py b/python/google/protobuf/descriptor_pool.py
index a6a886c3..6a1b4b5e 100644
--- a/python/google/protobuf/descriptor_pool.py
+++ b/python/google/protobuf/descriptor_pool.py
@@ -57,8 +57,6 @@ directly instead of this class.
__author__ = 'matthewtoia@google.com (Matt Toia)'
-import sys
-
from google.protobuf import descriptor
from google.protobuf import descriptor_database
from google.protobuf import text_encoding