sytem_library/1should fail on not finding anything

This commit is contained in:
vscosta
2017-09-02 23:44:16 +01:00
parent d49a7387ef
commit b032803616
2 changed files with 6 additions and 20 deletions

View File

@@ -1,14 +0,0 @@
"""The main routine of the yap python project."""
import sys
import yapi
def main(args=None):
"""The main routine."""
if args is None:
args = sys.argv[1:]
yap.yapi.live(args)
if __name__ == "__main__":
main()