aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-11-12 13:32:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-11-12 13:32:04 +0000
commit0b5251be12b78ffc321a5ee085ef7a89dd83ce76 (patch)
treece5785303a6460895ccdb71bf814010fae4cee41 /epan/wspython
parent775daf50cee100c9cbb07f6e385ddaa2a055689e (diff)
Use python comments in python code.
Reported by Emil Wojak in bug 5389. svn path=/trunk/; revision=34848
Diffstat (limited to 'epan/wspython')
-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":