aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython/wspy_libws.py
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-12 13:32:04 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-12 13:32:04 +0000
commit59b535b0ed622d25891e4ac1495451ccc8528078 (patch)
treece5785303a6460895ccdb71bf814010fae4cee41 /epan/wspython/wspy_libws.py
parent2c4d595fdbd7c50b40f5c0b5a9ea0b1654a60428 (diff)
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
Diffstat (limited to 'epan/wspython/wspy_libws.py')
-rwxr-xr-xepan/wspython/wspy_libws.py2
1 files changed, 1 insertions, 1 deletions
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":