Show More
@@ -23,7 +23,7 b' import subprocess' | |||||
23 | from ConfigParser import ConfigParser |
|
23 | from ConfigParser import ConfigParser | |
24 |
|
24 | |||
25 | from IPython.core import release |
|
25 | from IPython.core import release | |
26 | from IPython.utils import py3compat, _sysinfo |
|
26 | from IPython.utils import py3compat, _sysinfo, encoding | |
27 |
|
27 | |||
28 | #----------------------------------------------------------------------------- |
|
28 | #----------------------------------------------------------------------------- | |
29 | # Code |
|
29 | # Code | |
@@ -91,6 +91,7 b' def pkg_info(pkg_path):' | |||||
91 | sys_platform=sys.platform, |
|
91 | sys_platform=sys.platform, | |
92 | platform=platform.platform(), |
|
92 | platform=platform.platform(), | |
93 | os_name=os.name, |
|
93 | os_name=os.name, | |
|
94 | default_encoding=encoding.DEFAULT_ENCODING, | |||
94 | ) |
|
95 | ) | |
95 |
|
96 | |||
96 |
|
97 |
General Comments 0
You need to be logged in to leave comments.
Login now