Skip to content

Commit e5ef5d3

Browse files
committed
Wouldn't have thought I would have missed this
1 parent d6db509 commit e5ef5d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build/standalone/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from contextlib import contextmanager
1111
from distutils.core import setup
1212

13-
import loot_api
13+
import loot
1414
import py2exe
1515
import py2exe.mf as modulefinder
1616
import win32com
@@ -30,7 +30,7 @@ def real_sys_prefix():
3030
BASH_FOLDER = os.path.join(MOPY_FOLDER, u"bash")
3131
WBSA_FOLDER = os.path.join(MOPY_FOLDER, u"..", u"scripts", u"build", u"standalone")
3232
TOOL_FOLDER = os.path.join(real_sys_prefix(), u"Tools", u"i18n")
33-
LOOT_FOLDER = loot_api.__path__[0]
33+
LOOT_FOLDER = loot.__path__[0]
3434
MANIFEST_FILE = os.path.join(WBSA_FOLDER, u"manifest.xml")
3535
ICON_FILE = os.path.join(WBSA_FOLDER, u"bash.ico")
3636
I18N_FILES = [

0 commit comments

Comments
 (0)