diff pylons_app/model/hg_model.py @ 342:d8d471cfa093

Updated readme
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 Jun 2010 22:47:19 +0200
parents 3a66e7421a99
children 664a5b8c551a
line wrap: on
line diff
--- a/pylons_app/model/hg_model.py	Wed Jun 30 21:38:53 2010 +0200
+++ b/pylons_app/model/hg_model.py	Wed Jun 30 22:47:19 2010 +0200
@@ -2,7 +2,6 @@
 # encoding: utf-8
 # Model for hg app
 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
-from sqlalchemy.orm import joinedload
  
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -31,6 +30,7 @@
 from vcs.exceptions import RepositoryError, VCSError
 from pylons_app.model.meta import Session
 from pylons_app.model.db import Repository
+from sqlalchemy.orm import joinedload
 import logging
 import os
 import sys