Skip to content

Commit

Permalink
Remove unused imports and outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 20, 2015
1 parent aa8d15d commit 542e966
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/zope/container/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
#
##############################################################################

# This is very similar to the code in zope.proxy.__init__, but modified
# to work properly when extending Persistent.

import operator
import sys

from zope.proxy import PyNonOverridable
from zope.proxy import AbstractPyProxyBase

_MARKER = object()
Expand Down

0 comments on commit 542e966

Please sign in to comment.