File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
import ckan .plugins as plugins
7
7
8
8
import ckanext .ogdchcommands .admin_logic as admin
9
- import ckanext .ogdchcommands .logic as l
9
+ import ckanext .ogdchcommands .logic as logic
10
10
from ckanext .ogdchcommands .cli import get_commands
11
11
12
12
log = logging .getLogger (__name__ )
@@ -28,11 +28,11 @@ def get_actions(self):
28
28
Actions that are used by the commands.
29
29
"""
30
30
return {
31
- "ogdch_cleanup_harvestjobs" : l .ogdch_cleanup_harvestjobs ,
32
- "ogdch_cleanup_resources" : l .ogdch_cleanup_resources ,
33
- "ogdch_cleanup_filestore" : l .ogdch_cleanup_filestore ,
34
- "cleanup_package_extra" : l .cleanup_package_extra ,
35
- "ogdch_cleanup_harvestsource" : l .ogdch_cleanup_harvestsource ,
31
+ "ogdch_cleanup_harvestjobs" : logic .ogdch_cleanup_harvestjobs ,
32
+ "ogdch_cleanup_resources" : logic .ogdch_cleanup_resources ,
33
+ "ogdch_cleanup_filestore" : logic .ogdch_cleanup_filestore ,
34
+ "cleanup_package_extra" : logic .cleanup_package_extra ,
35
+ "ogdch_cleanup_harvestsource" : logic .ogdch_cleanup_harvestsource ,
36
36
}
37
37
38
38
# IClick
You can’t perform that action at this time.
0 commit comments