summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-11-14 09:57:41 -0800
committertermie <github@anarkystic.com>2011-11-14 09:57:41 -0800
commit096eb3fa568f3dd14df3703c2d15a499ff4e5712 (patch)
tree99fadb8f6d7c09b907b375edee8f8abb091f8369 /bin
parentadbbe0147e9e726db2dc6f2c2d4e446fa589c5ba (diff)
parentf2e73bc9b20b26947980067bcf95c9989e37907d (diff)
downloadkeystone-096eb3fa568f3dd14df3703c2d15a499ff4e5712.tar.gz
keystone-096eb3fa568f3dd14df3703c2d15a499ff4e5712.tar.xz
keystone-096eb3fa568f3dd14df3703c2d15a499ff4e5712.zip
Merge branch 'crud' of github.com:termie/keystonelight into crud
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ksl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ksl b/bin/ksl
index 2005ee44..e8f2587a 100755
--- a/bin/ksl
+++ b/bin/ksl
@@ -33,7 +33,6 @@ class LoadData(BaseApp):
pass
-
CMDS = {'loaddata': LoadData,
}