diff pylons_app/controllers/files.py @ 476:0d4fceb91c9c

fixes #24, added generator that generates equally distrybuted colors. Thus skipping creating one large coloring history.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 29 Aug 2010 21:56:56 +0200
parents 3e55d9981c0e
children 9836541b0509
line wrap: on
line diff
--- a/pylons_app/controllers/files.py	Sun Aug 29 00:11:28 2010 +0200
+++ b/pylons_app/controllers/files.py	Sun Aug 29 21:56:56 2010 +0200
@@ -27,7 +27,7 @@
 from pylons.controllers.util import redirect
 from pylons_app.lib.auth import LoginRequired, HasRepoPermissionAnyDecorator
 from pylons_app.lib.base import BaseController, render
-from pylons_app.lib.utils import EmptyChangeset, get_repo_slug
+from pylons_app.lib.utils import EmptyChangeset
 from pylons_app.model.hg_model import HgModel
 from vcs.exceptions import RepositoryError, ChangesetError
 from vcs.nodes import FileNode