Skip to content

Commit

Permalink
import unittest for line 32
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and tzutalin committed Apr 14, 2018
1 parent 9e81850 commit baa032d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_io.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from unittest import TestCase
import sys
import os
import sys
import unittest

class TestPascalVocRW(TestCase):
class TestPascalVocRW(unittest.TestCase):

def test_upper(self):
dir_name = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit baa032d

Please sign in to comment.