Changeset - be41cfcf5244
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-07 15:05:46
marcin@python-works.com
fix import
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/vcs/backends/base.py
Show inline comments
 
@@ -9,7 +9,7 @@
 
    :copyright: (c) 2010-2011 by Marcin Kuzminski, Lukasz Balcerzak.
 
"""
 

	
 

	
 
import datetime
 
from itertools import chain
 
from rhodecode.lib.vcs.utils import author_name, author_email
 
from rhodecode.lib.vcs.utils.lazy import LazyProperty
 
@@ -20,7 +20,6 @@ from rhodecode.lib.vcs.exceptions import
 
    NodeAlreadyAddedError, NodeAlreadyChangedError, NodeAlreadyExistsError, \
 
    NodeAlreadyRemovedError, NodeDoesNotExistError, NodeNotChangedError, \
 
    RepositoryError
 
import datetime
 

	
 

	
 
class BaseRepository(object):
0 comments (0 inline, 0 general)