fixed examples

This commit is contained in:
Corey Goldberg 2012-11-08 10:50:00 -05:00
parent 9304c6d10d
commit 40b6762762
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
************
::
from xvfbwrapper import Xvfb
vdisplay = Xvfb(width=1280, height=720)
@ -29,6 +30,7 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
****************************************************
::
from xvfbwrapper import Xvfb
import unittest