diff rhodecode/tests/vcs/test_repository.py @ 3797:d7488551578e beta

synced vcs with upstream - moved subprocessio module to VCS - many small changes to make embedded vcs as similar to to external lib - use only absolute imports - patch vcs config during load pylons env
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 27 Apr 2013 11:24:25 +0200
parents 5f9f4ece4b52
children dbe9a08b2bcf
line wrap: on
line diff
--- a/rhodecode/tests/vcs/test_repository.py	Sat Apr 27 11:45:27 2013 +0200
+++ b/rhodecode/tests/vcs/test_repository.py	Sat Apr 27 11:24:25 2013 +0200
@@ -1,8 +1,8 @@
 from __future__ import with_statement
 import datetime
-from base import BackendTestMixin
-from conf import SCM_TESTS
-from conf import TEST_USER_CONFIG_FILE
+from rhodecode.tests.vcs.base import BackendTestMixin
+from rhodecode.tests.vcs.conf import SCM_TESTS
+from rhodecode.tests.vcs.conf import TEST_USER_CONFIG_FILE
 from rhodecode.lib.vcs.nodes import FileNode
 from rhodecode.lib.vcs.utils.compat import unittest
 from rhodecode.lib.vcs.exceptions import ChangesetDoesNotExistError