Skip to content

Commit 5d4be29

Browse files
authored
anonymous_store_remediation.py updates (internetarchive#11084)
* Make script executable * Update `db` import
1 parent 6e50348 commit 5d4be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/migrations/anonymous_store_remediation.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import argparse
77
from pathlib import Path
88

9-
import db
109
import web
1110

1211
import infogami
1312
from openlibrary.config import load_config
13+
from openlibrary.core import db
1414

1515
DEFAULT_CONFIG_PATH = "/olsystem/etc/openlibrary.yml"
1616

0 commit comments

Comments
 (0)