Skip to content

Commit cd48f17

Browse files
committed
libcpychecker.html is no longer a namespace
1 parent 93301d8 commit cd48f17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libcpychecker/refcounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4386,7 +4386,7 @@ def check_refcounts(fun, dump_traces=False, show_traces=False,
43864386
filename_v2 = ('%s.%s-refcount-errors.v2.html'
43874387
% (gcc.get_dump_base_name(), fun.decl.name))
43884388

4389-
from libcpychecker.html.make_html import HtmlPage
4389+
from libcpychecker_html.make_html import HtmlPage
43904390
data = rep.to_json(fun)
43914391
srcfile = open(fun.start.file)
43924392
htmlfile = open(filename_v2, 'w')
File renamed without changes.

0 commit comments

Comments
 (0)