Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_gen.py

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 02:34:49 -0500 (CDT)
guy         2003/08/23 02:34:44 CDT

  Modified files:
    plugins              plugin_gen.py 
  Log:
  The Python 1.5.2 I have installed didn't seem to like "+=", so use "x =
  x + y" instead.
  
  Revision  Changes    Path
  1.3       +3 -3      ethereal/plugins/plugin_gen.py