Fix submit_try

Unreviewed
(SkipBuildbotRuns)

git-svn-id: http://skia.googlecode.com/svn/trunk@8270 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2013-03-20 18:00:09 +00:00
parent 0b62b3dd1c
commit 4bfbc7f88f

View File

@ -21,9 +21,9 @@ import svn
import sys
GLOBAL_VARIABLES = json.loads(svn.Svn.Cat('http://skia.googlecode.com/svn/'
'buildbot/site_config/'
'global_variables.json'))
GLOBAL_VARIABLES = json.loads(svn.Cat('http://skia.googlecode.com/svn/'
'buildbot/site_config/'
'global_variables.json'))
def GetGlobalVariable(var_name):