2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[1198] a minor style fix: removed unnecessary semicolon.

This commit is contained in:
JINMEI Tatuya
2011-12-01 13:35:01 -08:00
parent 614e0ed92f
commit 0c0e8938a3

View File

@@ -167,7 +167,7 @@ def processFile(filename):
Parameters:
filename Name of the message file to process
"""
lines = open(filename).read().splitlines();
lines = open(filename).read().splitlines()
# Search for the first line starting with the percent character. Everything
# before it is considered the file header and is copied to the output with