Skip to content

Commit

Permalink
rename ap.py to ap_get.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 12, 2023
1 parent 61670f3 commit f568507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_permissions_scripts/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dsp_permissions_scripts.models.host import Hosts
from dsp_permissions_scripts.models.oap import Oap
from dsp_permissions_scripts.models.scope import PUBLIC
from dsp_permissions_scripts.utils.ap.ap import delete_ap, get_aps_of_project
from dsp_permissions_scripts.utils.ap.ap_get import delete_ap, get_aps_of_project
from dsp_permissions_scripts.utils.ap.ap_serialize import serialize_aps_of_project
from dsp_permissions_scripts.utils.authentication import login
from dsp_permissions_scripts.utils.doap_get import get_doaps_of_project
Expand Down
File renamed without changes.

0 comments on commit f568507

Please sign in to comment.