source: componentdependencyplugin/0.11/componentdependencies/interface.py

Last change on this file was 17595, checked in by Ryan J Ollos, 4 years ago

TracComponentDependency 0.2: Prepare to publish on PyPI

Refs #13691.

File size: 187 bytes
Line 
1# -*- coding: utf-8 -*-
2
3from trac.core import Interface
4
5
6class 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.