From 59b535b0ed622d25891e4ac1495451ccc8528078 Mon Sep 17 00:00:00 2001 From: stig Date: Fri, 12 Nov 2010 13:32:04 +0000 Subject: Use python comments in python code. Reported by Emil Wojak in bug 5389. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34848 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/wspython/wspy_libws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wspython/wspy_libws.py') diff --git a/epan/wspython/wspy_libws.py b/epan/wspython/wspy_libws.py index ed456f2741..6d47102b1f 100755 --- a/epan/wspython/wspy_libws.py +++ b/epan/wspython/wspy_libws.py @@ -27,7 +27,7 @@ import platform __libwireshark = None -/* XXX - We should probably return a full path here, at least on Windows. */ +# XXX - We should probably return a full path here, at least on Windows. def get_libws_libname(): system = platform.system() if system == "Darwin": -- cgit v1.2.3