Changeset - b52ada72fc99
[Not reviewed]
default
0 1 0
Mads Kiilerich - 10 years ago 2015-09-04 02:07:00
madski@unity3d.com
pull requests: fix forgotten FIXME
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/pullrequests.py
Show inline comments
 
@@ -50,7 +50,7 @@ from kallithea.lib.vcs.utils import safe
 
from kallithea.lib.vcs.exceptions import EmptyRepositoryError
 
from kallithea.lib.diffs import LimitedDiffContainer
 
from kallithea.model.db import PullRequest, ChangesetStatus, ChangesetComment,\
 
    PullRequestReviewers
 
    PullRequestReviewers, User
 
from kallithea.model.pull_request import PullRequestModel
 
from kallithea.model.meta import Session
 
from kallithea.model.repo import RepoModel
 
@@ -61,7 +61,6 @@ from kallithea.lib.utils2 import safe_in
 
from kallithea.controllers.changeset import _ignorews_url, _context_url
 
from kallithea.controllers.compare import CompareController
 
from kallithea.lib.graphmod import graph_data
 
from kallithea.model.db import User ### FIXME
 

	
 
log = logging.getLogger(__name__)
 

	
0 comments (0 inline, 0 general)