Skip to content

Commit

Permalink
Fix test. related to r112074
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed May 6, 2010
1 parent f287b75 commit 6821f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/autoinclude/plugin.txt
Expand Up @@ -4,7 +4,7 @@ Automatic inclusion of extension packages

There is additional functionality for registering and autoincluding
extension packages for a particular platform.

In this test environment, ``BasePackage`` provides the ``basepackage``
module which we will treat as our platform. ``FooPackage`` wants to
broadcast itself as a plugin for ``basepackage`` and thereby register
Expand All @@ -15,7 +15,7 @@ Given a module name, we can ask for distributions which have been broadcast
themselves as plugging into that module via entry points::

>>> from z3c.autoinclude.plugin import find_plugins
>>> sorted(find_plugins('basepackage'))
>>> sorted(find_plugins('basepackage')) # doctest: +IGNORECASE
[FooPackage 0.0 (...), TestDirective 0.0 (...)]

Armed with a valid module name we can find the ZCML files within it
Expand Down

0 comments on commit 6821f96

Please sign in to comment.