Skip to content

Commit

Permalink
update import to handle renaming of qiime/workflow.py to qiime/workfl…
Browse files Browse the repository at this point in the history
…ow/util.py, as described in qiime #698.
  • Loading branch information
gregcaporaso committed Feb 21, 2013
1 parent 1d3e84b commit a543b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script_usage_tests.py
Expand Up @@ -16,7 +16,7 @@
from qiime.util import (parse_command_line_parameters,
make_option, load_qiime_config, get_qiime_temp_dir)
from qiime.test import run_script_usage_tests
from qiime.workflow import generate_log_fp
from qiime.workflow.util import generate_log_fp
from os.path import join

qiime_config = load_qiime_config()
Expand Down

0 comments on commit a543b98

Please sign in to comment.