Skip to content

Commit

Permalink
flail
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Apr 9, 2017
1 parent a5b6e1e commit ba886d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/tests/testSerialize.py
Expand Up @@ -161,7 +161,7 @@ def test_funky_datetime_serialization(self):
import subprocess
fqn = os.path.join(self._tempdir, 'Data.fs')
prep_args = [sys.executable, '-c',
'import sys; print sys.path; from ZODB.tests.testSerialize import _functest_prep; '
'from ZODB.tests.testSerialize import _functest_prep; '
'_functest_prep(%s)' % repr(fqn)]
# buildout doesn't arrange for the sys.path to be exported,
# so force it ourselves
Expand Down

0 comments on commit ba886d1

Please sign in to comment.