~bac/charms/precise/juju-gui/expose-cookies

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Nicola Larosa
  • Date: 2013-06-11 14:04:04 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: nicola.larosa@canonical.com-20130611140404-r8lkdsyvyf9ogy22
Added the COPYING file, and headers to source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python2
2
2
# -*- python -*-
3
3
 
 
4
# This file is part of the Juju GUI, which lets users view and manage Juju
 
5
# environments within a graphical interface (https://launchpad.net/juju-gui).
 
6
# Copyright (C) 2012-2013 Canonical Ltd.
 
7
#
 
8
# This program is free software: you can redistribute it and/or modify it under
 
9
# the terms of the GNU Affero General Public License version 3, as published by
 
10
# the Free Software Foundation.
 
11
#
 
12
# This program is distributed in the hope that it will be useful, but WITHOUT
 
13
# ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
 
14
# SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
# Affero General Public License for more details.
 
16
#
 
17
# You should have received a copy of the GNU Affero General Public License
 
18
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
 
4
20
import errno
5
21
import json
6
22
import os