Skip to content

Commit

Permalink
Fix import unkown location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 authored Sep 14, 2023
1 parent b9e4b89 commit 5aaa6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/codexctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import threading
import os.path

from updates import UpdateManager
from server import startUpdate, scanUpdates
from modules.updates import UpdateManager
from modules.server import startUpdate, scanUpdates

REMOTE_DEPS_MET = True

Expand Down

0 comments on commit 5aaa6c2

Please sign in to comment.