Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 10, 2012
1 parent b91e150 commit 3e921bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTime/tests/testDateTime.py
Expand Up @@ -438,7 +438,7 @@ def testJulianWeek(self):
lines = fd.readlines()
for line in lines:
d = DateTime(line[:10])
result_from_mx=tuple(map(int, line[12:-2].split(',')))
result_from_mx = tuple(map(int, line[12:-2].split(',')))
self.assertEqual(result_from_mx[1], d.week())

def testCopyConstructor(self):
Expand Down

0 comments on commit 3e921bc

Please sign in to comment.