Blame wireshark-1.4.0-python.patch

Jan Safranek f4c5f2
Fix simple syntax error in python scripts
Jan Safranek f4c5f2
Jan Safranek c73f70
diff -up wireshark-1.4.0/epan/wspython/wspy_libws.py.orig wireshark-1.4.0/epan/wspython/wspy_libws.py
Jan Safranek c73f70
--- wireshark-1.4.0/epan/wspython/wspy_libws.py.orig	2010-08-30 00:17:30.000000000 +0200
Jan Safranek c73f70
+++ wireshark-1.4.0/epan/wspython/wspy_libws.py	2010-08-31 17:37:54.905966497 +0200
Jan Safranek c73f70
@@ -27,7 +27,6 @@ import platform
Jan Safranek c73f70
 
Jan Safranek c73f70
 __libwireshark = None
Jan Safranek c73f70
 
Jan Safranek c73f70
-/* XXX - We should probably return a full path here, at least on Windows. */
Jan Safranek c73f70
 def get_libws_libname():
Jan Safranek c73f70
   system = platform.system()
Jan Safranek c73f70
   if system == "Darwin":