Use python comments in python code.

Reported by Emil Wojak in bug 5389.

svn path=/trunk/; revision=34848
This commit is contained in:
Stig Bjørlykke 2010-11-12 13:32:04 +00:00
parent 775daf50ce
commit 0b5251be12
1 changed files with 1 additions and 1 deletions

View File

@ -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":