Changeset 705 for tools

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

I should really learn to declare stuff before using it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/nsa/nsa.py

    r704 r705  
    158158        def do_process(self): 
    159159                alldata = "" 
     160                done = False 
    160161                if self.sock: 
    161162                        (r, w, e) = select.select([self.sock], [], [], 1)