diff rhodecode/controllers/summary.py @ 2007:324ac367a4da beta

Added VCS into rhodecode core for faster and easier deployments of new versions
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 20 Feb 2012 23:00:54 +0200
parents a3efaaa6ed4f
children 82a88013a3fd f664d3b57fa4
line wrap: on
line diff
--- a/rhodecode/controllers/summary.py	Sun Feb 19 20:50:00 2012 +0200
+++ b/rhodecode/controllers/summary.py	Mon Feb 20 23:00:54 2012 +0200
@@ -31,7 +31,7 @@
 from itertools import product
 from urlparse import urlparse
 
-from vcs.exceptions import ChangesetError, EmptyRepositoryError, \
+from rhodecode.lib.vcs.exceptions import ChangesetError, EmptyRepositoryError, \
     NodeDoesNotExistError
 
 from pylons import tmpl_context as c, request, url, config