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

Commit dc1b9df

Browse files
dietmarwadrpo
authored andcommitted
BeautifulSoup 3 is no longer maintained, switch to bs4
Also needed for Python 3 compliance. Belonging to [master]: - #2840
1 parent ed39588 commit dc1b9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)