diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-17 18:12:29 -0400 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-17 18:12:29 -0400 |
commit | 9703aefca39996f954a91f5426f193c06661e69c (patch) | |
tree | 954468c51800a8066eb82593e68bc0a300d8ca30 /be | |
parent | 3b618f172c11d251f5f09874baa999b38e8ccc1f (diff) | |
parent | 4146eb30e62625216e49b103f7d32279730e5630 (diff) | |
download | bugseverywhere-9703aefca39996f954a91f5426f193c06661e69c.tar.gz |
Merge from other BE
Diffstat (limited to 'be')
-rwxr-xr-x | be | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Unimplemented becommands if len(sys.argv) == 1 or sys.argv[1] in ('--help', '-h'): - print_command_list() + cmdutil.print_command_list() else: try: try: |