summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 11:55:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-23 11:55:39 +0200
commitbfd0d7e3e576c700968c1eb8571f32649274b18e (patch)
tree823b43e3689dc2a66a28cc2c9271d5b17d039dd2 /ishtar_common/tests.py
parent29e6b089568281bfa5a3dcff80f9fca8b42852af (diff)
parentd4f335cc6990eb86e011b5f58f01cf92a89ddd87 (diff)
downloadIshtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.tar.bz2
Ishtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py2
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