changed import in unit tests for py3 compatibilty

This commit is contained in:
Corey Goldberg 2013-04-04 12:18:14 -04:00
parent babe611eed
commit 492e9b713a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
from xvfbwrapper import Xvfb
from .xvfbwrapper import Xvfb
import os
import unittest