diff options
Diffstat (limited to 'ishtar_common')
-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 |