Files @ 8618b7811bf0
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
fix enumerate call for python2.5
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass