added __init__ for packaging

This commit is contained in:
Corey Goldberg 2012-11-18 09:37:33 -05:00
parent 0a7087b061
commit 9d8ae3228a
1 changed files with 3 additions and 0 deletions

3
xvfbwrapper/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from xvfbwrapper import *
__version__ = '0.1.0'