We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77b93 commit d9f4432Copy full SHA for d9f4432
1 file changed
examples.py
@@ -1,7 +1,11 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
4
+from __future__ import absolute_import
5
+from __future__ import division
6
from __future__ import print_function
7
+from __future__ import unicode_literals
8
+from __future__ import with_statement
9
10
import functools
11
import random
0 commit comments