source: tagsplugin/tags/0.6/tractags/__init__.py

Last change on this file was 2955, checked in by Alec Thomas, 16 years ago

Whoops. Re-added missing model provider.

File size: 338 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# Copyright (C) 2006 Alec Thomas <alec@swapoff.org>
4#
5# This software is licensed as described in the file COPYING, which
6# you should have received as part of this distribution.
7#
8
9"""
10See tractags.api for detailed information.
11"""
12
13import api
14import wiki
15import ticket
16import web_ui
17import macros
18import model
Note: See TracBrowser for help on using the repository browser.