Skip to content

Commit

Permalink
fix import module error for database.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Jul 17, 2024
1 parent 1dc6e0c commit 4a3e539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/regolith/database.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ try:
except:
hglib = None

from regolith.chained_db import ChainDB
from regolith.tools import dbdirname
from regolith.client_manager import ClientManager
from src.regolith.chained_db import ChainDB
from src.regolith.tools import dbdirname
from src.regolith.client_manager import ClientManager


def load_git_database(db, client, rc):
Expand Down

0 comments on commit 4a3e539

Please sign in to comment.