Backslash continuations (DevStack)
Fixes bug #943087 Backslash continuations removal for DevStack Change-Id: I3e3e6d35b939ce8d0e3bc2b529c9d172286ba2c0
This commit is contained in:
parent
b32c876ed5
commit
0d7b5a4035
1
AUTHORS
1
AUTHORS
@ -23,3 +23,4 @@ Todd Willey <xtoddx@gmail.com>
|
||||
Tres Henry <tres@treshenry.net>
|
||||
Vishvananda Ishaya <vishvananda@gmail.com>
|
||||
Yun Mao <yunmao@gmail.com>
|
||||
Zhongyue Luo <lzyeval@gmail.com>
|
||||
|
@ -5,8 +5,8 @@ import sys
|
||||
|
||||
|
||||
def print_usage():
|
||||
print "Usage: %s [jenkins_url (eg. http://50.56.12.202:8080/)]"\
|
||||
% sys.argv[0]
|
||||
print ("Usage: %s [jenkins_url (eg. http://50.56.12.202:8080/)]"
|
||||
% sys.argv[0])
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user