contrib/hg-relink
changeset 8225 46293a0c7e9f
parent 4270 29eb88bd5c8d
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 #
     2 #
     3 # Copyright (C) 2007 Brendan Cully <brendan@kublai.com>
     3 # Copyright (C) 2007 Brendan Cully <brendan@kublai.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms of the
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 import os, sys
     8 import os, sys
     9 
     9 
    10 class ConfigError(Exception): pass
    10 class ConfigError(Exception): pass
    11 
    11