Move db.sql.models* to db.models*

This commit is contained in:
Sebastian Spaeth
2012-11-30 10:10:35 +01:00
parent 1e46dc2537
commit b0c8328e54
19 changed files with 21 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
# 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/>.
from mediagoblin.db.sql.models import MediaEntry
from mediagoblin.db.models import MediaEntry
from mediagoblin.db.util import media_entries_for_tag_slug
from mediagoblin.tools.pagination import Pagination
from mediagoblin.tools.response import render_to_response