Skip to content

Commit

Permalink
Maintaining __future__ directives for better backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
federicofernandez committed Mar 28, 2017
1 parent 248f10e commit aa0709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example.py
Expand Up @@ -14,7 +14,7 @@
support it may be run with multiple threads or only 1.
"""

from __future__ import print_function

import os.path
import sys
Expand Down

0 comments on commit aa0709b

Please sign in to comment.