Remove unecessary import from bug.360

This commit is contained in:
Renato Alves 2014-02-20 15:49:28 +00:00 committed by Renato Alves
parent 68529d8119
commit 08fc7c3978

View file

@ -34,7 +34,6 @@ from glob import glob
sys.path.append(os.path.dirname(os.path.abspath(__file__))) sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import BaseTestCase from basetest import BaseTestCase
from datetime import datetime
class BaseTestBug360(BaseTestCase): class BaseTestBug360(BaseTestCase):