Skip to content

Commit

Permalink
fix: incorrect import statement
Browse files Browse the repository at this point in the history
use six.moves instead of six
  • Loading branch information
Thunderbottom authored Dec 15, 2019
1 parent d2d5772 commit 459432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/commands/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
update_requirements, update_node_packages, backup_all_sites, patch_sites, build_assets,
restart_supervisor_processes, restart_systemd_processes)
from bench import patches
from six import reload_module
from six.moves import reload_module


@click.command('update')
Expand Down

0 comments on commit 459432b

Please sign in to comment.