소스 검색

[core] remove bad import from python util tests

Abraham Elmahrek 11 년 전
부모
커밋
010066f0ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/lib/python_util_test.py

+ 1 - 1
desktop/core/src/desktop/lib/python_util_test.py

@@ -20,7 +20,7 @@ import datetime
 
 from nose.tools import assert_true, assert_equal, assert_not_equal
 
-from desktop.lib.python_util import CaseInsensitiveDict, timedelta_to_string
+from desktop.lib.python_util import CaseInsensitiveDict
 
 
 class TestPythonUtil(object):