File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
23
23
from aboutcode .pipeline import optional_step
24
24
from scanpipe import pipes
25
- from scanpipe .config import DefaultEcosystemConfig
25
+ from scanpipe .pipes . d2d_config import DefaultEcosystemConfig
26
26
from scanpipe .pipelines import Pipeline
27
27
from scanpipe .pipes import d2d
28
28
from scanpipe .pipes import flag
Original file line number Diff line number Diff line change 47
47
from summarycode .classify import LEGAL_STARTS_ENDS
48
48
49
49
from aboutcode .pipeline import LoopProgress
50
- from scanpipe import config
50
+ from scanpipe . pipes import d2d_config
51
51
from scanpipe import pipes
52
52
from scanpipe .models import CodebaseRelation
53
53
from scanpipe .models import CodebaseResource
68
68
69
69
70
70
ECOSYSTEM_CONFIGS = [
71
- config .DefaultEcosystemConfig ,
72
- config .JavaEcosystemConfig ,
73
- config .JavaScriptEcosystemConfig ,
74
- config .RubyEcosystemConfig ,
75
- config .RustEcosystemConfig ,
76
- config .GoEcosystemConfig ,
71
+ d2d_config .DefaultEcosystemConfig ,
72
+ d2d_config .JavaEcosystemConfig ,
73
+ d2d_config .JavaScriptEcosystemConfig ,
74
+ d2d_config .RubyEcosystemConfig ,
75
+ d2d_config .RustEcosystemConfig ,
76
+ d2d_config .GoEcosystemConfig ,
77
77
]
78
78
79
79
File renamed without changes.
You can’t perform that action at this time.
0 commit comments