~jelmer/bzr-builddeb/dh_python2

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: James Westby
  • Date: 2006-08-17 17:48:43 UTC
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: jw+debian@jameswestby.net-20060817174843-e18f512134bf5436
Place the package under the GPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#    __init__.py -- The plugin for bzr
 
2
#    Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org> 
 
3
#                  2006 James Westby <jw+debian@jameswestby.net>
 
4
#    
 
5
#    This file is part of bzr-builddeb.
 
6
#
 
7
#    bzr-builldeb is free software; you can redistribute it and/or modify
 
8
#    it under the terms of the GNU General Public License as published by
 
9
#    the Free Software Foundation; either version 2 of the License, or
 
10
#    (at your option) any later version.
 
11
#
 
12
#    bzr-builddeb is distributed in the hope that it will be useful,
 
13
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
#    GNU General Public License for more details.
 
16
#
 
17
#    You should have received a copy of the GNU General Public License
 
18
#    along with bzr-builddeb; if not, write to the Free Software
 
19
#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
20
#
1
21
import os
2
22
import sys
3
23
import shutil