]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
use expanduser to support paths with ~
[z_archive/twitter.git] / twitter / twitter_globals.py
index 680ccfcfa61d3886316729e7e2dee677028c6ced..44ec53a524f54bee0f20cbd700c019cc7f31ecfd 100644 (file)
@@ -1,15 +1,14 @@
 '''
     This module is automatically generated using `update.py`
 
-    ..data::
-
-        `POST_ACTIONS`: Methods that require the use of POST
+    .. data:: POST_ACTIONS
+        List of twitter method names that require the use of POST
 '''
 
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 
+    'update', 'retweet'
 
     # Direct Message Methods
     'new',