File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
from zope .interface .interface import InterfaceClass
7
7
from zope .interface .registry import Components
8
8
9
+
9
10
# Long, mostly similar names are a worst case for equality
10
11
# comparisons.
11
12
ifaces = [
Original file line number Diff line number Diff line change 8
8
# Note that not all possible configuration values are present in this
9
9
# autogenerated file.
10
10
#
11
- import sys , os
11
+ import os
12
+ import sys
13
+
14
+ import pkg_resources
15
+
16
+
12
17
# All configuration values have a default; values that are commented out
13
18
# serve to show the default.
14
19
15
- import sys
16
- import os
17
- import pkg_resources
18
20
sys .path .append (os .path .abspath ('../src' ))
19
21
rqmt = pkg_resources .require ('zope.interface' )[0 ]
20
22
# Import and document the pure-python versions of things; they tend to have better
You can’t perform that action at this time.
0 commit comments