aboutsummaryrefslogtreecommitdiff
blob: 84e83740805a2f456af081e36b5ee324348ac6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import os
from portage.module import Modules

path = os.path.dirname(__file__)
# initial development debug info
#print("module path:", path)

module_controller = Modules(path=path, namepath="repoman.modules.vcs")

# initial development debug info
#print(module_controller.module_names)
module_names = module_controller.module_names[:]