Move charmheplers dir out of hooks.

This commit is contained in:
Alberto Donato 2015-08-06 13:52:27 +02:00
parent 68d4462478
commit 57fc39d174
76 changed files with 4 additions and 8 deletions

1
actions/charmhelpers Symbolic link
View File

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

View File

@ -1,8 +1,6 @@
#!/usr/bin/python
import sys
import traceback
sys.path.append('hooks/')
import traceback
from charmhelpers.contrib.openstack.utils import (
git_install_requested,

View File

@ -2,8 +2,6 @@
import sys
sys.path.append("hooks")
from charmhelpers.core import hookenv, host
if __name__ == "__main__":

View File

@ -2,8 +2,6 @@
import sys
sys.path.append("hooks")
from charmhelpers.core import hookenv, host
if __name__ == "__main__":

View File

@ -1,5 +1,5 @@
branch: lp:charm-helpers
destination: hooks/charmhelpers
destination: charmhelpers
include:
- core
- cli

1
hooks/charmhelpers Symbolic link
View File

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