source:
componentdependencyplugin/0.11/componentdependencies/interface.py
| Last change on this file was 17595, checked in by , 4 years ago | |
|---|---|
| File size: 187 bytes | |
| Line | |
|---|---|
| 1 | # -*- coding: utf-8 -*- |
| 2 | |
| 3 | from trac.core import Interface |
| 4 | |
| 5 | |
| 6 | class IRequireComponents(Interface): |
| 7 | def requires(): |
| 8 | """list of component classes that this component depends on""" |
Note: See TracBrowser
for help on using the repository browser.
