File: qualify_path_to_metakernel_python.patch

package info (click to toggle)
metakernel 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,372 kB
  • sloc: python: 5,099; makefile: 179; sh: 18
file content (11 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/generate_help.py
+++ b/docs/generate_help.py
@@ -1,7 +1,7 @@
 from __future__ import print_function
 import sys
 
-from metakernel_python import MetaKernelPython
+from metakernel_python.metakernel_python import MetaKernelPython
 
 kernel = MetaKernelPython()