Since we use '--no-emit-version', we don't need this anymore.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-11 18:18:18 +00:00
parent d38efaffbc
commit 2a92e3f10b
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ def compare_keys(k1, k2):
"""Compare ASCII keys."""
k1 = k1.split('\n')
k2 = k2.split('\n')
del k1[1] # remove version lines
del k2[1]
return k1 != k2