Removed as no longer required

This commit is contained in:
James Page 2014-03-20 11:04:50 +00:00
parent b5b2c6df35
commit b3d0b32ba4
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
import sys
import os
import os.path
# Make sure that charmhelpers is importable, or bail out.
local_copy = os.path.join(
os.path.dirname(os.path.dirname(__file__)), "lib")
if os.path.exists(local_copy) and os.path.isdir(local_copy):
sys.path.insert(0, local_copy)
try:
import charmhelpers
_ = charmhelpers
except ImportError:
sys.exit("Could not find required 'charmhelpers' library.")