mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 22:23:35 +00:00
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
u"""GAM is a command line tool which allows Administrators to control their G Suite domain and accounts.
|
u"""GAM is a command line tool which allows Administrators to control their G Suite domain and accounts.
|
||||||
|
|
||||||
With GAM you can programatically create users, turn on/off services for users like POP and Forwarding and much more.
|
With GAM you can programatically create users, turn on/off services for users like POP and Forwarding and much more.
|
||||||
For more information, see http://git.io/gam
|
For more information, see https://git.io/gam
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -7,7 +7,7 @@ gam_author = u'Jay Lee <jay0lee@gmail.com>'
|
|||||||
gam_version = u'4.12'
|
gam_version = u'4.12'
|
||||||
gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
GAM_URL = u'http://git.io/gam'
|
GAM_URL = u'https://git.io/gam'
|
||||||
GAM_INFO = u'GAM {0} - {1} / {2} / Python {3}.{4}.{5} {6} / {7} {8} /'.format(gam_version, GAM_URL,
|
GAM_INFO = u'GAM {0} - {1} / {2} / Python {3}.{4}.{5} {6} / {7} {8} /'.format(gam_version, GAM_URL,
|
||||||
gam_author,
|
gam_author,
|
||||||
sys.version_info[0], sys.version_info[1],
|
sys.version_info[0], sys.version_info[1],
|
||||||
|
Reference in New Issue
Block a user