瀏覽代碼

[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):