~andreserl/maas/lp1604962_lp1604987

« back to all changes in this revision

Viewing changes to utilities/rewrite-future-imports

  • Committer: Gavin Panella
  • Date: 2015-05-07 18:14:38 UTC
  • mto: This revision was merged to the branch mainline in revision 3878.
  • Revision ID: gavin.panella@canonical.com-20150507181438-bmn7m2klmn83xrz9
Update copyright notices everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python2.7
2
2
# -*- mode: python -*-
3
 
# Copyright 2012 Canonical Ltd.  This software is licensed under the
 
3
# Copyright 2012-2015 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
 
6
6
"""Ensure that __future__ import lines are populated correctly."""