Unittests: Run python-modernize

This commit is contained in:
Eduard Braun 2015-12-06 21:20:05 +01:00
parent 391ff77659
commit 320bdda6e9
2 changed files with 16 additions and 5 deletions

View file

@ -19,9 +19,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
import unittest
from scour.yocto_css import parseCssString
class Blank(unittest.TestCase):
def runTest(self):
r = parseCssString('')