view rhodecode/tests/functional/test_admin_repos_groups.py @ 1556:1efca2908ae4 beta

fixes issue #248 cannot edit repos inside a group on windows
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Oct 2011 04:26:43 +0200
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass