-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from Miaolingfeng/master
Upgrade cgmaptools from py2 to py3
- Loading branch information
Showing
115 changed files
with
1,031 additions
and
711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
Copyright (C) Weilong Guo & Ping Zhu | ||
Contact: Weilong Guo <[email protected]> | ||
Ping Zhu <[email protected]> | ||
Lingfeng Miao <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -44,8 +45,8 @@ import subprocess | |
argv_len = len(sys.argv) | ||
|
||
def PrintVersion() : | ||
print("Version: 0.1.2") | ||
print("Updated on: Dec. 14th, 2018") | ||
print("Version: 0.1.3") | ||
print("Updated on: May. 14th, 2022") | ||
# | ||
|
||
if (argv_len) == 1 or sys.argv[1] in ["-h", "-H", "--help"]: | ||
|
@@ -92,6 +93,7 @@ if (argv_len) == 1 or sys.argv[1] in ["-h", "-H", "--help"]: | |
print("Authors:") | ||
print(" GUO, Weilong; [email protected]; http://guoweilong.github.io") | ||
print(" ZHU, Ping; [email protected]; http://perry-zhu.github.io") | ||
print(" Miao, Lingfeng; [email protected]; http://miaolingfeng.github.io") | ||
print("") | ||
else : | ||
code1 = sys.argv[1] | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.