~james-page/charms/precise/ceph-osd/charm-helpers

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: James Page
  • Date: 2013-07-03 09:04:42 UTC
  • Revision ID: james.page@canonical.com-20130703090442-0bwo1hnb619zlnwc
Resync charm helpers from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
import glob
11
11
import os
12
 
import subprocess
13
12
import shutil
14
13
import sys
15
14