Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Mar 11, 2010
1 parent f20d7b0 commit 7d69b29
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 23 deletions.
3 changes: 1 addition & 2 deletions socialregistration/admin.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
from django.contrib import admin
from socialregistration.models import (FacebookProfile, TwitterProfile,
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/auth.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
from django.contrib.auth.models import User
from django.contrib.sites.models import Site
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/forms.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
from django import forms
from django.utils.translation import gettext as _
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/models.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""

from django.db import models
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/templatetags/__init__.py
@@ -1,5 +1,4 @@
"""
Created on 22.09.2009
@author: alen
"""
3 changes: 1 addition & 2 deletions socialregistration/templatetags/facebook_tags.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
from django import template
from django.conf import settings
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/templatetags/friendfeed_tags.py
@@ -1,7 +1,6 @@
"""
Created on 25.09.2009
@author: alen
"""
from django import template

Expand Down
2 changes: 1 addition & 1 deletion socialregistration/templatetags/openid_tags.py
@@ -1,5 +1,5 @@
"""
Created on 24.09.2009
@author: alen, tom
"""
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/templatetags/twitter_tags.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
from django import template

Expand Down
3 changes: 1 addition & 2 deletions socialregistration/tests.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
"""
This file demonstrates two different styles of tests (one doctest and one
Expand Down
2 changes: 1 addition & 1 deletion socialregistration/urls.py
@@ -1,5 +1,5 @@
"""
Created on 22.09.2009
Updated on 19.12.2009
@author: alen, pinda
Expand Down
2 changes: 1 addition & 1 deletion socialregistration/utils.py
@@ -1,5 +1,5 @@
"""
Created on 22.09.2009
Updated on 19.12.2009
@author: alen, pinda
Expand Down
3 changes: 1 addition & 2 deletions socialregistration/views.py
@@ -1,7 +1,6 @@
"""
Created on 22.09.2009
@author: alen
"""
import uuid

Expand Down

0 comments on commit 7d69b29

Please sign in to comment.