diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:31:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:31:48 +0200 |
commit | 9db575399e959e81730405642ece59ed2b7bce92 (patch) | |
tree | 4628a620b315558e67d9718427104b8cad9555b5 | |
parent | 5f62d3edf3f0d8bdd36765bb992cdcea91e28564 (diff) | |
download | Ishtar-9db575399e959e81730405642ece59ed2b7bce92.tar.bz2 Ishtar-9db575399e959e81730405642ece59ed2b7bce92.zip |
BeautifulSoup: v3 -> v4
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 1b8601dfb..b779af221 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -17,7 +17,7 @@ # See the file COPYING for details. -from BeautifulSoup import BeautifulSoup as Soup +from bs4 import BeautifulSoup as Soup from django.conf import settings from django.contrib.auth.models import User |