fix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 19 May 2009 08:59:27 +0000 (08:59 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 19 May 2009 08:59:27 +0000 (08:59 +0000)
plc-orphan-accounts.py

index f688015..2c8189b 100755 (executable)
@@ -26,7 +26,7 @@ def main ():
         list_person ("%3d"%index,p)
         for related in get_related(p['email']):
             list_person("---",related)
-        index++
+        index+=1
     
 if __name__ == '__main__':
     main()