Raise an exception when trying to run cli.py directly.

This commit is contained in:
2015-01-15 03:51:29 +11:00
parent fbd65538ed
commit 52a9c508cb

View File

@@ -1321,4 +1321,4 @@ def main(argv=None):
if __name__ == "__main__":
main()
raise Exception("This module can't be executed directly, Call '../bam_cli.py'")