Move project-apis.txt URL to var.py so all urls are in same spot (#403)

This commit is contained in:
Ross Scroggs
2017-01-26 10:27:22 -08:00
committed by Jay Lee
parent 6aeee89ee4
commit e212d68d60
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ GAM_RELEASES = u'https://github.com/jay0lee/GAM/releases'
GAM_WIKI = u'https://github.com/jay0lee/GAM/wiki'
GAM_ALL_RELEASES = u'https://api.github.com/repos/jay0lee/GAM/releases'
GAM_LATEST_RELEASE = GAM_ALL_RELEASES+u'/latest'
GAM_PROJECT_APIS = u'https://raw.githubusercontent.com/jay0lee/GAM/master/src/project-apis.txt'
TRUE = u'true'
FALSE = u'false'