mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 21:23:34 +00:00
Merge pull request #158 from taers232c/master
Fix typo, delete call to obsolete function
This commit is contained in:
@ -869,7 +869,7 @@ def getAuditObject():
|
||||
def getEmailSettingsObject():
|
||||
import gdata.apps.emailsettings.service
|
||||
return commonAppsObjInit(gdata.apps.emailsettings.service.EmailSettingsService(),
|
||||
GDATA_ADMIN_SETTINGS_SCOPE)
|
||||
GDATA_EMAIL_SETTINGS_SCOPE)
|
||||
|
||||
def geturl(url, dst):
|
||||
import urllib2
|
||||
@ -9110,8 +9110,6 @@ try:
|
||||
doRequestOAuth()
|
||||
elif sys.argv[2].lower() == u'info':
|
||||
OAuthInfo()
|
||||
elif sys.argv[2].lower() in [u'delete', u'revoke']:
|
||||
doDeleteOAuth()
|
||||
else:
|
||||
print u'ERROR: %s is not a valid argument for "gam oauth"' % sys.argv[2]
|
||||
sys.exit(2)
|
||||
|
Reference in New Issue
Block a user