rename/reshuffle modules

This commit is contained in:
2014-11-05 14:48:10 +01:00
parent 4ebe917ee1
commit 8b1085edd1
6 changed files with 27 additions and 25 deletions

View File

@@ -300,6 +300,13 @@ class bam_utils:
print(" %s" % name_short)
@staticmethod
def deps(paths):
# TODO(cam) multiple paths
path = paths[0]
def subcommand_checkout_cb(args):
bam_utils.checkout(args.paths)