Skip to content

Commit

Permalink
Nuke unicode_literals.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Aug 26, 2013
1 parent bf2994d commit 4bdbe3e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tahrir_api/dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Remy D <remyd@civx.us>
# Description: API For interacting with the Tahrir database

from __future__ import unicode_literals

from utils import autocommit
from model import Badge, Invitation, Issuer, Assertion, Person
from sqlalchemy import create_engine, func, and_
Expand Down
2 changes: 0 additions & 2 deletions tahrir_api/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import pygments
import simplejson
import hashlib
Expand Down
2 changes: 0 additions & 2 deletions tests/test_dbai.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

from tahrir_api.dbapi import TahrirDatabase
from tahrir_api.model import DBSession, DeclarativeBase
from sqlalchemy import create_engine
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ranking.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

from nose.tools import eq_

from tahrir_api.dbapi import TahrirDatabase
Expand Down

0 comments on commit 4bdbe3e

Please sign in to comment.