Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Jan 29, 2019
1 parent 47a9aca commit 21925fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/app.py
Expand Up @@ -383,7 +383,7 @@ def switch_branch(branch, apps=None, bench_path='.', upgrade=False, check_upgrad
update_node_packages()
pre_upgrade(version_upgrade[1], version_upgrade[2])
if sys.version_info >= (3, 4):
+ import importlib
import importlib
importlib.reload(utils)
else:
reload(utils)
Expand Down

0 comments on commit 21925fa

Please sign in to comment.