]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/cmdline.py
Transition from httplib to urllib2.
[z_archive/twitter.git] / twitter / cmdline.py
index c75a89b3469253fbf3cf12fcebbd6d4bef504769..061c0f2d04d1c1189367e95ff575b23c0bc1aa3e 100644 (file)
@@ -49,7 +49,9 @@ from ConfigParser import SafeConfigParser
 
 from api import Twitter, TwitterError
 
-AGENT_STR = "Twitter Command-line Tool"
+# 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,