Merge pull request #756 from hugovk/skippyroma

Import helper so unittest2 is imported for Py2.6
This commit is contained in:
Alex Clark ☺ 2014-06-30 19:10:43 -04:00
commit 8d19290e14

View File

@ -1,4 +1,4 @@
import unittest
from helper import *
try:
import pyroma