summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-11-07 14:34:13 -0800
committertermie <github@anarkystic.com>2011-11-07 14:34:13 -0800
commit2bc437609d0ab1faa2e474f5710665fc427f74f9 (patch)
treeb1c34b983985f21e07038811fc4bf5d4ab732a44 /bin
parentd17e1cf533e72d0912eeed76c133357da4b60123 (diff)
downloadkeystone-2bc437609d0ab1faa2e474f5710665fc427f74f9.tar.gz
keystone-2bc437609d0ab1faa2e474f5710665fc427f74f9.tar.xz
keystone-2bc437609d0ab1faa2e474f5710665fc427f74f9.zip
add run_tests.sh and pep8 stuff
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/keystone b/bin/keystone
index fcfa378a..3f3620fa 100755
--- a/bin/keystone
+++ b/bin/keystone
@@ -9,7 +9,9 @@ import sys
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
os.pardir,
os.pardir))
-if os.path.exists(os.path.join(possible_topdir, 'keystonelight', '__init__.py')):
+if os.path.exists(os.path.join(possible_topdir,
+ 'keystonelight',
+ '__init__.py')):
sys.path.insert(0, possible_topdir)
import logging