~jaraco/beautifulsoup/easy-installable

« back to all changes in this revision

Viewing changes to src/beautifulsoup/tests/test_soup.py

  • Committer: Leonard Richardson
  • Date: 2009-04-10 15:22:53 UTC
  • Revision ID: leonard.richardson@canonical.com-20090410152253-lxulh1nzarjm75vx
First attempt at an import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import re
9
9
import unittest
10
 
from BeautifulSoup import *
 
10
from beautifulsoup import *
11
11
from element import CData, Comment, Declaration, SoupStrainer, Tag
12
12
from builder import ICantBelieveItsValidHTMLTreeBuilder
13
13
from dammit import UnicodeDammit