darcs rollback fail

darcs-hash:20090709135112-bd074-6a5ed06a4182b35a02cbcef1baedcefb2a50a546.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-07-09 15:51:12 +02:00
parent 3250ac9785
commit fd7d0849d9
4 changed files with 3 additions and 4 deletions

View file

@ -30,7 +30,7 @@ random.seed() # On initialise le générateur aléatoire
##################################################################################
### paramètres de connexion à la base LDAP
test_hosts = ('munin',)
test_hosts = tuple()
cur_user = os.getenv('SUDO_USER') or pwd.getpwuid(os.getuid())[0]