We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb99235 commit 6b2fb33Copy full SHA for 6b2fb33
1 file changed
examples/tweet.py
@@ -4,12 +4,13 @@
4
5
__author__ = 'dewitt@google.com'
6
7
+from __future__ import print_function
8
import configparser
9
import getopt
10
import os
11
import sys
12
import twitter
-from __future__ import print_function
13
+
14
15
16
USAGE = '''Usage: tweet [options] message
0 commit comments