File: up_print_versions

package info (click to toggle)
pandas 0.23.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 167,704 kB
  • sloc: python: 230,826; ansic: 11,317; sh: 682; makefile: 133
file content (11 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/ci/print_versions.py
+++ b/ci/print_versions.py
@@ -9,7 +9,7 @@ def show_versions(as_json=False):
     pandas_dir = os.path.abspath(os.path.join(this_dir, ".."))
     sv_path = os.path.join(pandas_dir, 'pandas', 'util')
     mod = imp.load_module(
-        'pvmod', *imp.find_module('print_versions', [sv_path]))
+        'pvmod', *imp.find_module('_print_versions', [sv_path]))
     return mod.show_versions(as_json)