Changeset 703 for tools/nsa/nsa.py

Show
Ignore:
Timestamp:
11/04/07 14:51:15 (14 months ago)
Author:
michiel
Message:

define variable before using it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/nsa/nsa.py

    r702 r703  
    157157         
    158158        def do_process(self): 
     159                alldata = "" 
    159160                if self.sock: 
    160161                        (r, w, e) = select.select([self.sock], [], [], 1)