diff options
Diffstat (limited to 'mediagoblin/plugins/openid/__init__.py')
-rw-r--r-- | mediagoblin/plugins/openid/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/openid/__init__.py b/mediagoblin/plugins/openid/__init__.py index b26087a2..5566c0ce 100644 --- a/mediagoblin/plugins/openid/__init__.py +++ b/mediagoblin/plugins/openid/__init__.py @@ -13,8 +13,8 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. + import os -import uuid from sqlalchemy import or_ |