提交 5ef4d736 authored 作者: David Warde-Farley's avatar David Warde-Farley

__future__ at very beginning.

上级 5310fa56
#!/usr/bin/env python #!/usr/bin/env python
from __future__ import print_function
__authors__ = "Olivier Delalleau, Eric Larsen" __authors__ = "Olivier Delalleau, Eric Larsen"
__contact__ = "delallea@iro" __contact__ = "delallea@iro"
...@@ -54,7 +55,6 @@ nosetests. ...@@ -54,7 +55,6 @@ nosetests.
""" """
from __future__ import print_function
import cPickle import cPickle
import datetime import datetime
import os import os
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论