fixed all pep8 errors and bumped version num

This commit is contained in:
Corey Goldberg 2013-04-25 08:46:34 -04:00
parent a1022d929b
commit e948f16522
3 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
from xvfbwrapper import *
__version__ = '0.2.0'
__version__ = '0.2.1'

View File

@ -69,4 +69,3 @@ class Xvfb:
def _redirect_display(self, display_num):
os.environ['DISPLAY'] = ':%s' % display_num