Skip to content

Commit

Permalink
remove __author__s
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Dec 27, 2017
1 parent 81c9d38 commit e777855
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 85 deletions.
3 changes: 0 additions & 3 deletions app.py
@@ -1,8 +1,5 @@
"""Bridgy user-facing handlers: front page, user pages, and delete POSTs.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import itertools
import json
Expand Down
3 changes: 0 additions & 3 deletions blog_webmention.py
@@ -1,8 +1,5 @@
"""Converts webmentions to comments on Blogger, Tumblr, and WP.com.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import logging
import json
import urlparse
Expand Down
3 changes: 0 additions & 3 deletions blogger.py
Expand Up @@ -20,9 +20,6 @@
curl localhost:8080/webmention/blogger \
-d 'source=http://localhost/response.html&target=http://freedom-io-2.blogspot.com/2014/04/blog-post.html'
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import collections
import logging
import urlparse
Expand Down
3 changes: 0 additions & 3 deletions cron.py
@@ -1,8 +1,5 @@
"""Cron jobs. Currently just minor cleanup tasks.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import itertools
import json
Expand Down
3 changes: 0 additions & 3 deletions facebook.py
Expand Up @@ -19,9 +19,6 @@
* Permalink: https://www.facebook.com/10100823411094363&comment_id=10069288
* Local handler path: /comment/facebook/212038/10100823411094363_10069288
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import heapq
import itertools
import json
Expand Down
5 changes: 1 addition & 4 deletions flickr.py
@@ -1,7 +1,4 @@
"""Flickr source and data model storage class.
"""
__author__ = ['Kyle Mahan <kyle@kylewm.com>']

"""Flickr source and data model storage class."""

import appengine_config
import datetime
Expand Down
3 changes: 0 additions & 3 deletions googleplus.py
@@ -1,8 +1,5 @@
"""Google+ source code and datastore model classes.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import json
import urlparse
Expand Down
3 changes: 0 additions & 3 deletions instagram.py
Expand Up @@ -16,9 +16,6 @@
* Local handler path:
/comment/instagram/212038/595990791004231349_247678460/595996024371549506
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import json
import logging
Expand Down
3 changes: 0 additions & 3 deletions publish.py
Expand Up @@ -24,9 +24,6 @@
"id": "456_789"
}
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import collections
import logging
import json
Expand Down
3 changes: 0 additions & 3 deletions tasks.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Task queue handlers.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import bz2
import calendar
import copy
Expand Down
3 changes: 0 additions & 3 deletions test/test_blog_webmention.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for blog_webmention.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import json
import urllib

Expand Down
3 changes: 0 additions & 3 deletions test/test_blogger.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for blogger.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import mox
import urllib
import urlparse
Expand Down
3 changes: 0 additions & 3 deletions test/test_cron.py
@@ -1,8 +1,5 @@
"""Unit tests for tasks.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import copy
import datetime
import json
Expand Down
3 changes: 0 additions & 3 deletions test/test_facebook.py
@@ -1,8 +1,5 @@
"""Unit tests for facebook.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import app
import copy
import datetime
Expand Down
3 changes: 0 additions & 3 deletions test/test_flickr.py
@@ -1,8 +1,5 @@
"""Unit tests for flickr.py.
"""

__author__ = ['Kyle Mahan <kyle@kylewm.com>']

import json
import urllib

Expand Down
3 changes: 0 additions & 3 deletions test/test_googleplus.py
@@ -1,8 +1,5 @@
"""Unit tests for googleplus.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import json

import appengine_config
Expand Down
3 changes: 0 additions & 3 deletions test/test_instagram.py
@@ -1,8 +1,5 @@
"""Unit tests for instagram.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import copy
import json
import urllib
Expand Down
3 changes: 0 additions & 3 deletions test/test_models.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for models.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import json
import re
Expand Down
3 changes: 0 additions & 3 deletions test/test_publish.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for publish.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import json
import socket
import urllib
Expand Down
3 changes: 0 additions & 3 deletions test/test_tasks.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for tasks.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import bz2
import copy
import datetime
Expand Down
3 changes: 0 additions & 3 deletions test/test_tumblr.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for tumblr.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import json

import mox
Expand Down
3 changes: 0 additions & 3 deletions test/test_twitter.py
@@ -1,8 +1,5 @@
"""Unit tests for twitter.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import copy
import json
import urllib
Expand Down
3 changes: 0 additions & 3 deletions test/test_wordpress_rest.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit tests for wordpress_rest.py.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import json
import urllib
import urllib2
Expand Down
3 changes: 0 additions & 3 deletions test/testutil.py
@@ -1,9 +1,6 @@
# coding=utf-8
"""Unit test utilities.
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import copy
import datetime
import json
Expand Down
3 changes: 0 additions & 3 deletions tumblr.py
Expand Up @@ -24,9 +24,6 @@
curl localhost:8080/webmention/tumblr \
-d 'source=http://localhost/response.html&target=http://snarfed.tumblr.com/post/60428995188/glen-canyon-http-t-co-fzc4ehiydp?foo=bar#baz'
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import collections
import json
import logging
Expand Down
3 changes: 0 additions & 3 deletions twitter.py
Expand Up @@ -5,9 +5,6 @@
per window before they're rate limited.
https://dev.twitter.com/docs/rate-limiting/1.1/limits
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import datetime
import json
import logging
Expand Down
3 changes: 0 additions & 3 deletions webmention.py
Expand Up @@ -4,9 +4,6 @@
Webmention spec: http://webmention.org/
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import logging
import json

Expand Down
3 changes: 0 additions & 3 deletions wordpress_rest.py
Expand Up @@ -18,9 +18,6 @@
making an API call with an access token from the command line:
curl -H 'Authorization: Bearer [TOKEN]' URL...
"""

__author__ = ['Ryan Barrett <bridgy@ryanb.org>']

import collections
import json
import logging
Expand Down

0 comments on commit e777855

Please sign in to comment.