configurationengine/update_svn_revision.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 #
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     3 # All rights reserved.
     3 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     4 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     9 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    10 #
    11 #
    11 # Contributors:
    12 # Contributors:
    12 #
    13 #
    13 # Description: 
    14 # Description: 
       
    15 #
    14 
    16 
    15 import sys, re
    17 import sys, re
    16 
    18 
    17 if len(sys.argv) not in (2, 3):
    19 if len(sys.argv) not in (2, 3):
    18     print "Expected 1 or 2 arguments: "
    20     print "Expected 1 or 2 arguments: "