]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/cmdline.py
Transition from httplib to urllib2.
[z_archive/twitter.git] / twitter / cmdline.py
index 10c91d99a3e743dee1d757487ec7fd8f9a4af5d2..061c0f2d04d1c1189367e95ff575b23c0bc1aa3e 100644 (file)
@@ -49,8 +49,9 @@ from ConfigParser import SafeConfigParser
 
 from api import Twitter, TwitterError
 
-# Wait on Twitter people to provide this string...
-AGENT_STR = None
+# Please don't change this, it was provided by the fine folks at Twitter.
+# If you change it, it will not work.
+AGENT_STR = "twittercommandlinetoolpy"
 
 options = {
     'email': None,