scapy/arch/windows/__init__.py
changeset 1216 f263168cfb0e
parent 1194 bfd7bbdcda5b
child 1236 33f69be3ddcd
     1.1 --- a/scapy/arch/windows/__init__.py	Wed Dec 09 22:10:16 2009 +0100
     1.2 +++ b/scapy/arch/windows/__init__.py	Wed Jan 13 12:16:42 2010 +0100
     1.3 @@ -518,7 +518,7 @@
     1.4              if prn:
     1.5                  r = prn(p)
     1.6                  if r is not None:
     1.7 -                    print >> console, r
     1.8 +                    print r
     1.9              if count > 0 and c >= count:
    1.10                  break
    1.11          except KeyboardInterrupt: