瀏覽代碼

Add missing import of coerce_bool

Todd Lipcon 15 年之前
父節點
當前提交
b626a2f35a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/hadoop/src/hadoop/conf.py

+ 1 - 1
desktop/libs/hadoop/src/hadoop/conf.py

@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # limitations under the License.
 """Settings to configure your Hadoop cluster."""
 """Settings to configure your Hadoop cluster."""
-from desktop.lib.conf import Config, UnspecifiedConfigSection, ConfigSection, validate_path
+from desktop.lib.conf import Config, UnspecifiedConfigSection, ConfigSection, validate_path, coerce_bool
 import glob
 import glob
 import os
 import os
 import logging
 import logging