Merge lib-in-python-package

This commit is contained in:
Adam Collard 2015-07-17 11:44:07 +01:00
commit 25547804bf
67 changed files with 7 additions and 4 deletions

5
Makefile Normal file → Executable file

@ -2,8 +2,9 @@
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks
@flake8 --exclude hooks/charmhelpers unit_tests tests
@flake8 lib
@flake8 --exclude charmhelpers hooks
@flake8 --exclude charmhelpers unit_tests tests
@charm proof
unit_test:

@ -1,5 +1,5 @@
branch: lp:charm-helpers
destination: hooks/charmhelpers
destination: charmhelpers
include:
- core
- contrib.openstack|inc=*

1
hooks/charmhelpers Symbolic link

@ -0,0 +1 @@
../charmhelpers/

1
hooks/lib Symbolic link

@ -0,0 +1 @@
../lib

@ -3,7 +3,7 @@
import os
import sys
from swift_storage_utils import (
from lib.swift_storage_utils import (
PACKAGES,
RESTART_MAP,
SWIFT_SVCS,