fixed examples

This commit is contained in:
Corey Goldberg 2012-11-08 10:52:23 -05:00
parent 40b6762762
commit 0beed92006
1 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
Example use with Selenium WebDriver and Firefox: Example use with Selenium WebDriver and Firefox:
**************************************************** ****************************************************
:: Firefox will launch inside virtual display, where test is run::
from xvfbwrapper import Xvfb from xvfbwrapper import Xvfb
@ -55,9 +55,9 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
if __name__ == '__main__': if __name__ == '__main__':
unittest.main(verbosity=2) unittest.main(verbosity=2)
*********************************************** ************************************************
pip install latest dev branch from git repo pip install latest dev branch from git repo:
*********************************************** ************************************************
:: ::