comparison test.py @ 25:4645249b8f5e

Test after Ubuntu upgrade
author Neil Muller <drnlmuller@gmail.com>
date Mon, 01 Feb 2021 12:25:02 +0200
parents df39b71bd80a
children 5207a0a39f43
comparison
equal deleted inserted replaced
24:6757e4aa5cb8 25:4645249b8f5e
8 def main(args): 8 def main(args):
9 print args 9 print args
10 return None 10 return None
11 11
12 12
13 def help():
14 print("You're on your own here")
15
16
13 if __name__ == "__main__": 17 if __name__ == "__main__":
14 main(sys.argv) 18 main(sys.argv)