~christian-simms/pyrtf/465492-improve-code-coverage-of-tests

« back to all changes in this revision

Viewing changes to rtfng/Renderer.py

  • Committer: Christian R. Simms
  • Date: 2009-11-01 15:52:43 UTC
  • Revision ID: csimms@csimms-desktop-20091101155243-fbocal06kph007g9
split out object.picture from Elements so that increased coverage in test_pictures passes

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from rtfng.document.section import Section
11
11
from rtfng.document.character import Text, Inline
12
12
from rtfng.document.paragraph import Paragraph, Table, Cell
 
13
from rtfng.object.picture import Image
13
14
 
14
15
DEFAULT_TAB_WIDTH = 720
15
16