Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope.proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
zope.proxy
Commits
81bf6e15
Commit
81bf6e15
authored
Jun 03, 2010
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove CVS-era Id fossils.
parent
96cdf490
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
14 deletions
+0
-14
bootstrap.py
bootstrap.py
+0
-2
setup.py
setup.py
+0
-2
src/zope/proxy/__init__.py
src/zope/proxy/__init__.py
+0
-2
src/zope/proxy/decorator.py
src/zope/proxy/decorator.py
+0
-2
src/zope/proxy/interfaces.py
src/zope/proxy/interfaces.py
+0
-2
src/zope/proxy/tests/test_decorator.py
src/zope/proxy/tests/test_decorator.py
+0
-2
src/zope/proxy/tests/test_proxy.py
src/zope/proxy/tests/test_proxy.py
+0
-2
No files found.
bootstrap.py
View file @
81bf6e15
...
...
@@ -16,8 +16,6 @@
Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id$
"""
import
os
,
shutil
,
sys
,
tempfile
,
urllib2
...
...
setup.py
View file @
81bf6e15
...
...
@@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""Setup for zope.proxy package
$Id$
"""
import
os
from
setuptools
import
setup
,
Extension
...
...
src/zope/proxy/__init__.py
View file @
81bf6e15
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""More convenience functions for dealing with proxies.
$Id$
"""
from
zope.interface
import
moduleProvides
from
zope.proxy.interfaces
import
IProxyIntrospection
...
...
src/zope/proxy/decorator.py
View file @
81bf6e15
...
...
@@ -15,8 +15,6 @@
Decorators are proxies that are mostly transparent but that may provide
additional features.
$Id$
"""
__docformat__
=
"reStructuredText"
...
...
src/zope/proxy/interfaces.py
View file @
81bf6e15
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Proxy-related interfaces.
$Id$
"""
from
zope.interface
import
Interface
...
...
src/zope/proxy/tests/test_decorator.py
View file @
81bf6e15
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Test Harness
$Id$
"""
from
doctest
import
DocTestSuite
...
...
src/zope/proxy/tests/test_proxy.py
View file @
81bf6e15
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Test base proxy class.
$Id$
"""
from
doctest
import
DocTestSuite
import
pickle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment