Import helper so unittest2 is imported for Py2.6 (re: #743)

This commit is contained in:
hugovk 2014-07-01 02:05:55 +03:00
parent 3af50033f9
commit 7b838f31b4

View File

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