[Twisted-Python] A useful value for argv[0]

Christopher Armstrong radix at twistedmatrix.com
Thu Feb 13 23:00:41 EST 2003


On Thu, Feb 13, 2003 at 04:09:39PM -0500, Jp Calderone wrote:
>   Patch attached.

[snip]

> +    processName = None
> +

[snip]

> -    persistenceVersion = 11
> +    persistenceVersion = 12

[snip]

> +
> +    def upgradeToVersion12(self):
> +        self.processName = None


IIUC, this is unneeded if you're adding a class attribute.



-- 
 Twisted | Christopher Armstrong: International Man of Twistery
  Radix  |          Release Manager,  Twisted Project
---------+     http://twistedmatrix.com/users/radix.twistd/




More information about the Twisted-Python mailing list