source: peerreviewplugin/trunk/codereview/tracgenericclass/__init__.py

Last change on this file was 18250, checked in by Cinc-th, 2 years ago

PeerReviewPlugin: fix more imports.

Refs #14005

File size: 474 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# Copyright (C) 2010-2015 Roberto Longobardi
4#
5# This file is part of the Test Manager plugin for Trac.
6#
7# This software is licensed as described in the file COPYING, which
8# you should have received as part of this distribution. The terms
9# are also available at:
10#   https://trac-hacks.org/wiki/TestManagerForTracPluginLicense
11#
12# Author: Roberto Longobardi <otrebor.dev@gmail.com>
13#
14
15from .api import *
16from .model import *
17from .util import *
Note: See TracBrowser for help on using the repository browser.