(Steve Dougherty)
2013-06-21: Add missing os import. Add missing os import.
diff --git a/infocalypse/commands.py b/infocalypse/commands.py --- a/infocalypse/commands.py +++ b/infocalypse/commands.py @@ -16,6 +16,8 @@ from arccmds import execute_arc_create, from config import read_freesite_cfg, Config from validate import is_hex_string, is_fms_id +import os + def set_target_version(ui_, repo, opts, params, msg_fmt): """ INTERNAL: Update TARGET_VERSION in params. """