]> jfr.im git - z_archive/twitter.git/commitdiff
Missing comma
authorMike Verdone <redacted>
Sat, 5 Jun 2010 20:39:24 +0000 (22:39 +0200)
committerMike Verdone <redacted>
Sat, 5 Jun 2010 20:39:24 +0000 (22:39 +0200)
twitter/twitter_globals.py

index 44ec53a524f54bee0f20cbd700c019cc7f31ecfd..1dc39e9b05be748447738f73ec3bb4adc91d9496 100644 (file)
@@ -8,7 +8,7 @@
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 'retweet'
+    'update', 'retweet',
 
     # Direct Message Methods
     'new',