Browse Source

Add missing import of coerce_bool

Todd Lipcon 15 years ago
parent
commit
b626a2f35a
1 changed files with 1 additions and 1 deletions
  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
 # limitations under the License.
 """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 os
 import logging