From ebf39f3b2f3f242e8f24383a5e29ad6793e04218 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 21 Apr 2010 16:33:49 -0600 Subject: [PATCH] Use the URN. --- protogeni/test/binduser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protogeni/test/binduser.py b/protogeni/test/binduser.py index 00dda14eb..814544b2d 100755 --- a/protogeni/test/binduser.py +++ b/protogeni/test/binduser.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # # GENIPUBLIC-COPYRIGHT -# Copyright (c) 2008-2009 University of Utah and the Flux Group. +# Copyright (c) 2008-2010 University of Utah and the Flux Group. # All rights reserved. # # Permission to use, copy, modify and distribute this software is hereby @@ -38,8 +38,8 @@ print "Got self credential" # # Lookup slice. # -myslice = resolve_slice( SLICENAME, mycredential ) -print "Resolved slice " + SLICENAME +myslice = resolve_slice( SLICEURN, mycredential ) +print "Resolved slice " + SLICEURN # # Get the slice credential. -- GitLab