~mars/tarmac/throwaway-merge-source

« back to all changes in this revision

Viewing changes to tarmac/plugin.py

  • Committer: Paul Hummer
  • Date: 2009-07-11 04:18:18 UTC
  • mfrom: (131 tarmac)
  • mto: This revision was merged to the branch mainline in revision 132.
  • Revision ID: paul@eventuallyanyway.com-20090711041818-jirjz6ert780jcx9
Merge from trunk, resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is part of Tarmac.
 
2
#
 
3
# Tarmac is free software: you can redistribute it and/or modify
 
4
# it under the terms of the GNU General Public License version 3 as
 
5
# published by
 
6
# the Free Software Foundation.
 
7
#
 
8
# Tarmac is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
# GNU General Public License for more details.
 
12
#
 
13
# You should have received a copy of the GNU General Public License
 
14
# along with Tarmac.  If not, see <http://www.gnu.org/licenses/>.
 
15
 
1
16
'''Plugin utilities for Tarmac.'''
2
17
# pylint: disable-msg=W0122,W0612
3
18