diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/config/upgradeicegrid.py | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/config/upgradeicegrid.py')
-rwxr-xr-x | cpp/config/upgradeicegrid.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/config/upgradeicegrid.py b/cpp/config/upgradeicegrid.py index 143b0535680..4fcaeb53c9a 100755 --- a/cpp/config/upgradeicegrid.py +++ b/cpp/config/upgradeicegrid.py @@ -51,7 +51,7 @@ def printOutputFromPipe(pipe): if not line: break if line.find("warning") == -1: - os.write(1, line) + os.write(1, line) def error(message): print "error: " + message @@ -92,7 +92,7 @@ for x in sys.argv[1:]: usage() sys.exit(0) elif x == "-o": - iceVersion = "3.1" + iceVersion = "3.1" elif x.startswith("-"): print sys.argv[0] + ": unknown option `" + x + "'" print @@ -138,7 +138,7 @@ desc = \ '<transformdb>' + \ ' ' + \ ' <database name="applications" key="string" value="::IceGrid::ApplicationDescriptor,::IceGrid::ApplicationInfo">' + \ -' <record>' + \ +' <record>' + \ ' <set target="newvalue.revision" value="1"/>' + \ ' <set target="newvalue.uuid" value="generateUUID()"/>' + \ ' <set target="newvalue.createUser" value="\'IceGrid Registry (database upgrade)\'"/>' + \ |