Skip to content

Commit

Permalink
UPD: do not import frozen modules for path_sep, use os.sep
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Jun 28, 2021
1 parent 524e865 commit 3243e8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paker/jsonimporter.py
@@ -1,9 +1,8 @@
import sys
import logging
import _frozen_importlib_external as _bootstrap_external
from os import sep as path_sep

_module_type = type(sys)
path_sep = _bootstrap_external.path_sep


class jsonimporter:
Expand Down

0 comments on commit 3243e8b

Please sign in to comment.