[Neo-report] r1916 gregory - /trunk/neo/tests/functional/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 8 21:42:10 CET 2010


Author: gregory
Date: Mon Mar  8 21:42:10 2010
New Revision: 1916

Log:
Make NEOProcess a new-style class.

Modified:
    trunk/neo/tests/functional/__init__.py

Modified: trunk/neo/tests/functional/__init__.py
==============================================================================
--- trunk/neo/tests/functional/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/functional/__init__.py [iso-8859-1] Mon Mar  8 21:42:10 2010
@@ -54,7 +54,7 @@
 class AlreadyStopped(Exception):
     pass
 
-class NEOProcess:
+class NEOProcess(object):
     pid = 0
 
     def __init__(self, command, uuid, arg_dict):





More information about the Neo-report mailing list