~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzr_distutils.py

  • Committer: Martin Packman
  • Date: 2012-01-05 09:50:04 UTC
  • mfrom: (6424 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6426.
  • Revision ID: martin.packman@canonical.com-20120105095004-mia9xb7y0efmto0v
Merge bzr.dev to resolve conflicts in bzrlib.builtins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
#
3
 
# Copyright (C) 2007 Lukáš Lalinský <lalinsky@gmail.com>
4
 
# Copyright (C) 2007,2009 Alexander Belchenko <bialix@ukr.net>
5
 
# Copyright 2011 Canonical Ltd.
 
3
# Copyright (C) 2007,2009,2011 Canonical Ltd.
6
4
#
7
 
# This program is free software; you can redistribute it and/or
8
 
# modify it under the terms of the GNU General Public License
9
 
# as published by the Free Software Foundation; either version 2
10
 
# of the License, or (at your option) any later version.
 
5
# This program is free software; you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation; either version 2 of the License, or
 
8
# (at your option) any later version.
11
9
#
12
10
# This program is distributed in the hope that it will be useful,
13
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
14
#
17
15
# You should have received a copy of the GNU General Public License
18
16
# along with this program; if not, write to the Free Software
19
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
17
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
18
 
21
 
# This code is bring from bzr-explorer and modified for bzr.
 
19
# This code is from bzr-explorer and modified for bzr.
22
20
 
23
21
"""build_mo command for setup.py"""
24
22
 
 
23
from __future__ import absolute_import
 
24
 
25
25
from distutils import log
26
26
from distutils.core import Command
27
27
from distutils.dep_util import newer