Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 802d9c8

Browse files
dietmarwOpenModelica-Hudson
authored andcommitted
BeautifulSoup 3 is no longer maintained, switch to bs4
Also needed for Python 3 compliance. Belonging to [master]: - #2840
1 parent 4eda4f7 commit 802d9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/GenerateDoc.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ writeFile(filetmp, "</body>\n</html>", append = true);
309309
writeFile("Tidy.py","#!/usr/bin/env python
310310
# -*- coding: utf-8 -*-
311311
from __future__ import with_statement
312-
from BeautifulSoup import BeautifulSoup
312+
from bs4 import BeautifulSoup
313313
import subprocess as sub
314314
import re
315315
import glob

0 commit comments

Comments
 (0)