1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

Make code py3 compatible.

This commit is contained in:
2022-09-24 17:48:20 +02:00
parent 3141add678
commit 10e7e87031

View File

@@ -516,5 +516,6 @@ def main():
parser.print_help()
if __name__ == '__main__':
main()