source: peerreviewplugin/tags/0.12/3.1/codereview/__init__.py

Last change on this file was 16451, checked in by Ryan J Ollos, 6 years ago

Fix indentation

File size: 540 bytes
Line 
1#
2# Copyright (C) 2005-2006 Team5
3# Copyright (C) 2016 Cinc
4# All rights reserved.
5#
6# This software is licensed as described in the file COPYING.txt, which
7# you should have received as part of this distribution.
8#
9
10import peerReviewMain
11import peerReviewNew
12import peerReviewPerform
13import peerReviewSearch
14import repobrowser
15import peerReviewView
16import peerReviewCommentCallback
17from admin import PeerReviewFileAdmin
18from peerreview_docx import PeerReviewDocx
19from report import PeerReviewReport
20from timeline import PeerReviewTimeline
Note: See TracBrowser for help on using the repository browser.